Html Css Color HEX #CC1B15 Harley Davidson Orange

📋 copy color: '#CC1B15'

red 204 ◦ green 27 ◦ blue 21

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

Shades of Harley Davidson Orange #CC1B15

Tints of Harley Davidson Orange #CC1B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 80.95%
G = 10.71%
B = 8.33%

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

#CC1B15 (or 0xCC1B15) is known color: Harley Davidson Orange. HEX triplet: CC, 1B and 15. RGB value is (204,27,21). Sum of RGB (Red+Green+Blue) = 204+27+21=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1B15 is #33E4EA. Grayscale: #4F4F4F. Windows color (decimal): -3400939 or 1383372. OLE color: 1383372.

HSL color Cylindrical-coordinate representation of color #CC1B15: hue angle of 1.97º degrees, saturation: 0.81, 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 #CC1B15 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 27 21 -
CMYK 0 0.87 0.90 0.2
HSL 1.97º 0.81% 0.44% -
HSV(B) 1.97º 0.9% 0.8% -
XYZ 25.43 13.68 2.01 -
YUV 79.24 95.14 216.99 -
System Red Green Blue C M Y K H S L
Decimal 204 27 21 0 0.87 0.90 0.2 1.97 0.81 0.44
Hex CC 1B 15 0 57 5A 14 2 51 2C
Octal 314 33 25 0 127 132 24 2 121 54
Binary 11001100 11011 10101 0 1010111 1011010 10100 10 1010001 101100

Color Harmonies of #CC1B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1B15

Black with #CC1B15

Text Example


Text Example

White with #CC1B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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