Html Css Color HEX #CC3F15 Harley Davidson Orange

📋 copy color: '#CC3F15'

red 204 ◦ green 63 ◦ blue 21

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

Shades of Harley Davidson Orange #CC3F15

Tints of Harley Davidson Orange #CC3F15

RGB

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

 GREEN value IS 63 (25% from 255) = 21.88%

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

R = 70.83%
G = 21.88%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC3F15 (or 0xCC3F15) is known color: Harley Davidson Orange. HEX triplet: CC, 3F and 15. RGB value is (204,63,21). Sum of RGB (Red+Green+Blue) = 204+63+21=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3F15 is #33C0EA. Grayscale: #646464. Windows color (decimal): -3391723 or 1392588. OLE color: 1392588.

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

Color convert

RGB 204 63 21 -
CMYK 0 0.69 0.90 0.2
HSL 13.77º 0.81% 0.44% -
HSV(B) 13.77º 0.9% 0.8% -
XYZ 26.81 16.45 2.47 -
YUV 100.37 83.21 201.92 -
System Red Green Blue C M Y K H S L
Decimal 204 63 21 0 0.69 0.90 0.2 13.77 0.81 0.44
Hex CC 3F 15 0 45 5A 14 E 51 2C
Octal 314 77 25 0 105 132 24 16 121 54
Binary 11001100 111111 10101 0 1000101 1011010 10100 1110 1010001 101100

Color Harmonies of #CC3F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F15

Black with #CC3F15

Text Example


Text Example

White with #CC3F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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