Html Css Color HEX #CC3218 Harley Davidson Orange

📋 copy color: '#CC3218'

red 204 ◦ green 50 ◦ blue 24

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

Shades of Harley Davidson Orange #CC3218

Tints of Harley Davidson Orange #CC3218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.99%

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

R = 73.38%
G = 17.99%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC3218 (or 0xCC3218) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 18. RGB value is (204,50,24). Sum of RGB (Red+Green+Blue) = 204+50+24=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3218 is #33CDE7. Grayscale: #5D5D5D. Windows color (decimal): -3395048 or 1585868. OLE color: 1585868.

HSL color Cylindrical-coordinate representation of color #CC3218: hue angle of 8.67º 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 #CC3218 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 50 24 -
CMYK 0 0.75 0.88 0.2
HSL 8.67º 0.79% 0.45% -
HSV(B) 8.67º 0.88% 0.8% -
XYZ 26.21 15.18 2.41 -
YUV 93.08 89.02 207.11 -
System Red Green Blue C M Y K H S L
Decimal 204 50 24 0 0.75 0.88 0.2 8.67 0.79 0.45
Hex CC 32 18 0 4B 58 14 9 4F 2D
Octal 314 62 30 0 113 130 24 11 117 55
Binary 11001100 110010 11000 0 1001011 1011000 10100 1001 1001111 101101

Color Harmonies of #CC3218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3218

Black with #CC3218

Text Example


Text Example

White with #CC3218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3218; }

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

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

background-color css

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

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

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

border-color css

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

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

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