Html Css Color HEX #CC1915 Harley Davidson Orange

📋 copy color: '#CC1915'

red 204 ◦ green 25 ◦ blue 21

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

Shades of Harley Davidson Orange #CC1915

Tints of Harley Davidson Orange #CC1915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10%

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

R = 81.6%
G = 10%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC1915 (or 0xCC1915) is known color: Harley Davidson Orange. HEX triplet: CC, 19 and 15. RGB value is (204,25,21). Sum of RGB (Red+Green+Blue) = 204+25+21=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1915 is #33E6EA. Grayscale: #4E4E4E. Windows color (decimal): -3401451 or 1382860. OLE color: 1382860.

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

Color convert

RGB 204 25 21 -
CMYK 0 0.88 0.90 0.2
HSL 1.31º 0.81% 0.44% -
HSV(B) 1.31º 0.9% 0.8% -
XYZ 25.38 13.59 1.99 -
YUV 78.07 95.8 217.83 -
System Red Green Blue C M Y K H S L
Decimal 204 25 21 0 0.88 0.90 0.2 1.31 0.81 0.44
Hex CC 19 15 0 58 5A 14 1 51 2C
Octal 314 31 25 0 130 132 24 1 121 54
Binary 11001100 11001 10101 0 1011000 1011010 10100 1 1010001 101100

Color Harmonies of #CC1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1915

Black with #CC1915

Text Example


Text Example

White with #CC1915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1915; }

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

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

background-color css

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

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

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

border-color css

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

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

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