Html Css Color HEX #CC431E Harley Davidson Orange

📋 copy color: '#CC431E'

red 204 ◦ green 67 ◦ blue 30

#CC431E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CC431E

Tints of Harley Davidson Orange #CC431E

RGB

 RED value IS 204 (80.08% from 255) = 67.77%

 GREEN value IS 67 (26.56% from 255) = 22.26%

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 67.77%
G = 22.26%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC431E (or 0xCC431E) is known color: Harley Davidson Orange. HEX triplet: CC, 43 and 1E. RGB value is (204,67,30). Sum of RGB (Red+Green+Blue) = 204+67+30=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC431E is #33BCE1. Grayscale: #686868. Windows color (decimal): -3390690 or 1983436. OLE color: 1983436.

HSL color Cylindrical-coordinate representation of color #CC431E: hue angle of 12.76º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC431E is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 67 30 -
CMYK 0 0.67 0.85 0.2
HSL 12.76º 0.74% 0.46% -
HSV(B) 12.76º 0.85% 0.8% -
XYZ 27.14 16.95 3.07 -
YUV 103.75 86.39 199.51 -
System Red Green Blue C M Y K H S L
Decimal 204 67 30 0 0.67 0.85 0.2 12.76 0.74 0.46
Hex CC 43 1E 0 43 55 14 D 4A 2E
Octal 314 103 36 0 103 125 24 15 112 56
Binary 11001100 1000011 11110 0 1000011 1010101 10100 1101 1001010 101110

Color Harmonies of #CC431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC431E

Black with #CC431E

Text Example


Text Example

White with #CC431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC431E; }

 p { color: rgb(204,67,30); }

 H1.HeaderClassName
 {
   color: #CC431E;
 }
 .AnyTagClassName
 {
   color: #CC431E;
 }
</style>

background-color css

<style>
 a { background-color: #CC431E; }

 a { background-color: rgb(204,67,30); }

 div.DivClassName
 {
   background-color: #CC431E;
 }
 .BgClassName
 {
   background-color: #CC431E;
 }
</style>

border-color css

<style>
 span { border-color: #CC431E; }

 span { border-color: rgb(204,67,30); }

 td.TdClassName
 {
   border-color: #CC431E;
 }
 .TagClassName
 {
   border-color: #CC431E;
 }
</style>