Html Css Color HEX #CC371C Harley Davidson Orange

📋 copy color: '#CC371C'

red 204 ◦ green 55 ◦ blue 28

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

Shades of Harley Davidson Orange #CC371C

Tints of Harley Davidson Orange #CC371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.16%

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

R = 71.08%
G = 19.16%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC371C (or 0xCC371C) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 1C. RGB value is (204,55,28). Sum of RGB (Red+Green+Blue) = 204+55+28=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC371C is #33C8E3. Grayscale: #606060. Windows color (decimal): -3393764 or 1849292. OLE color: 1849292.

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

Color convert

RGB 204 55 28 -
CMYK 0 0.73 0.86 0.2
HSL 9.2º 0.76% 0.45% -
HSV(B) 9.2º 0.86% 0.8% -
XYZ 26.48 15.65 2.72 -
YUV 96.47 89.36 204.7 -
System Red Green Blue C M Y K H S L
Decimal 204 55 28 0 0.73 0.86 0.2 9.2 0.76 0.45
Hex CC 37 1C 0 49 56 14 9 4C 2D
Octal 314 67 34 0 111 126 24 11 114 55
Binary 11001100 110111 11100 0 1001001 1010110 10100 1001 1001100 101101

Color Harmonies of #CC371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC371C

Black with #CC371C

Text Example


Text Example

White with #CC371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC371C; }

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

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

background-color css

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

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

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

border-color css

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

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

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