Html Css Color HEX #CC4318 Harley Davidson Orange

📋 copy color: '#CC4318'

red 204 ◦ green 67 ◦ blue 24

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

Shades of Harley Davidson Orange #CC4318

Tints of Harley Davidson Orange #CC4318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.14%

R = 69.15%
G = 22.71%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC4318 (or 0xCC4318) is known color: Harley Davidson Orange. HEX triplet: CC, 43 and 18. RGB value is (204,67,24). Sum of RGB (Red+Green+Blue) = 204+67+24=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4318 is #33BCE7. Grayscale: #676767. Windows color (decimal): -3390696 or 1590220. OLE color: 1590220.

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

Color convert

RGB 204 67 24 -
CMYK 0 0.67 0.88 0.2
HSL 14.33º 0.79% 0.45% -
HSV(B) 14.33º 0.88% 0.8% -
XYZ 27.07 16.92 2.7 -
YUV 103.06 83.39 200 -
System Red Green Blue C M Y K H S L
Decimal 204 67 24 0 0.67 0.88 0.2 14.33 0.79 0.45
Hex CC 43 18 0 43 58 14 E 4F 2D
Octal 314 103 30 0 103 130 24 16 117 55
Binary 11001100 1000011 11000 0 1000011 1011000 10100 1110 1001111 101101

Color Harmonies of #CC4318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4318

Black with #CC4318

Text Example


Text Example

White with #CC4318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4318; }

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

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

background-color css

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

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

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

border-color css

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

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

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