Html Css Color HEX #CC371A Harley Davidson Orange

📋 copy color: '#CC371A'

red 204 ◦ green 55 ◦ blue 26

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

Shades of Harley Davidson Orange #CC371A

Tints of Harley Davidson Orange #CC371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.12%

R = 71.58%
G = 19.3%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC371A (or 0xCC371A) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 1A. RGB value is (204,55,26). Sum of RGB (Red+Green+Blue) = 204+55+26=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC371A is #33C8E5. Grayscale: #606060. Windows color (decimal): -3393766 or 1718220. OLE color: 1718220.

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

Color convert

RGB 204 55 26 -
CMYK 0 0.73 0.87 0.2
HSL 9.78º 0.77% 0.45% -
HSV(B) 9.78º 0.87% 0.8% -
XYZ 26.45 15.64 2.6 -
YUV 96.25 88.36 204.86 -
System Red Green Blue C M Y K H S L
Decimal 204 55 26 0 0.73 0.87 0.2 9.78 0.77 0.45
Hex CC 37 1A 0 49 57 14 A 4D 2D
Octal 314 67 32 0 111 127 24 12 115 55
Binary 11001100 110111 11010 0 1001001 1010111 10100 1010 1001101 101101

Color Harmonies of #CC371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC371A

Black with #CC371A

Text Example


Text Example

White with #CC371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC371A; }

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

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

background-color css

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

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

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

border-color css

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

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

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