Html Css Color HEX #CC1B14 Harley Davidson Orange

📋 copy color: '#CC1B14'

red 204 ◦ green 27 ◦ blue 20

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

Shades of Harley Davidson Orange #CC1B14

Tints of Harley Davidson Orange #CC1B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.97%

R = 81.27%
G = 10.76%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC1B14 (or 0xCC1B14) is known color: Harley Davidson Orange. HEX triplet: CC, 1B and 14. RGB value is (204,27,20). Sum of RGB (Red+Green+Blue) = 204+27+20=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1B14 is #33E4EB. Grayscale: #4F4F4F. Windows color (decimal): -3400940 or 1317836. OLE color: 1317836.

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

Color convert

RGB 204 27 20 -
CMYK 0 0.87 0.90 0.2
HSL 2.28º 0.82% 0.44% -
HSV(B) 2.28º 0.9% 0.8% -
XYZ 25.42 13.67 1.96 -
YUV 79.13 94.64 217.07 -
System Red Green Blue C M Y K H S L
Decimal 204 27 20 0 0.87 0.90 0.2 2.28 0.82 0.44
Hex CC 1B 14 0 57 5A 14 2 52 2C
Octal 314 33 24 0 127 132 24 2 122 54
Binary 11001100 11011 10100 0 1010111 1011010 10100 10 1010010 101100

Color Harmonies of #CC1B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1B14

Black with #CC1B14

Text Example


Text Example

White with #CC1B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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