Html Css Color HEX #CC3E1C Harley Davidson Orange

📋 copy color: '#CC3E1C'

red 204 ◦ green 62 ◦ blue 28

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

Shades of Harley Davidson Orange #CC3E1C

Tints of Harley Davidson Orange #CC3E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.09%

 BLUE value IS 28 (11.33% from 255) = 9.52%

R = 69.39%
G = 21.09%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC3E1C (or 0xCC3E1C) is known color: Harley Davidson Orange. HEX triplet: CC, 3E and 1C. RGB value is (204,62,28). Sum of RGB (Red+Green+Blue) = 204+62+28=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E1C is #33C1E3. Grayscale: #646464. Windows color (decimal): -3391972 or 1851084. OLE color: 1851084.

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

Color convert

RGB 204 62 28 -
CMYK 0 0.70 0.86 0.2
HSL 11.59º 0.76% 0.45% -
HSV(B) 11.59º 0.86% 0.8% -
XYZ 26.83 16.37 2.84 -
YUV 100.58 87.04 201.76 -
System Red Green Blue C M Y K H S L
Decimal 204 62 28 0 0.70 0.86 0.2 11.59 0.76 0.45
Hex CC 3E 1C 0 46 56 14 C 4C 2D
Octal 314 76 34 0 106 126 24 14 114 55
Binary 11001100 111110 11100 0 1000110 1010110 10100 1100 1001100 101101

Color Harmonies of #CC3E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3E1C

Black with #CC3E1C

Text Example


Text Example

White with #CC3E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3E1C; }

 p { color: rgb(204,62,28); }

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

background-color css

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

 a { background-color: rgb(204,62,28); }

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

border-color css

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

 span { border-color: rgb(204,62,28); }

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