Html Css Color HEX #CC1B12 Harley Davidson Orange

📋 copy color: '#CC1B12'

red 204 ◦ green 27 ◦ blue 18

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

Shades of Harley Davidson Orange #CC1B12

Tints of Harley Davidson Orange #CC1B12

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.84%

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 81.93%
G = 10.84%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC1B12 (or 0xCC1B12) is known color: Harley Davidson Orange. HEX triplet: CC, 1B and 12. RGB value is (204,27,18). Sum of RGB (Red+Green+Blue) = 204+27+18=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1B12 is #33E4ED. Grayscale: #4F4F4F. Windows color (decimal): -3400942 or 1186764. OLE color: 1186764.

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

Color convert

RGB 204 27 18 -
CMYK 0 0.87 0.91 0.2
HSL 2.9º 0.84% 0.44% -
HSV(B) 2.9º 0.91% 0.8% -
XYZ 25.4 13.66 1.87 -
YUV 78.9 93.64 217.23 -
System Red Green Blue C M Y K H S L
Decimal 204 27 18 0 0.87 0.91 0.2 2.9 0.84 0.44
Hex CC 1B 12 0 57 5B 14 3 54 2C
Octal 314 33 22 0 127 133 24 3 124 54
Binary 11001100 11011 10010 0 1010111 1011011 10100 11 1010100 101100

Color Harmonies of #CC1B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1B12

Black with #CC1B12

Text Example


Text Example

White with #CC1B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1B12; }

 p { color: rgb(204,27,18); }

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

background-color css

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

 a { background-color: rgb(204,27,18); }

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

border-color css

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

 span { border-color: rgb(204,27,18); }

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