Html Css Color HEX #C03F21 Harley Davidson Orange

📋 copy color: '#C03F21'

red 192 ◦ green 63 ◦ blue 33

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

Shades of Harley Davidson Orange #C03F21

Tints of Harley Davidson Orange #C03F21

RGB

 RED value IS 192 (75.39% from 255) = 66.67%

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

 BLUE value IS 33 (13.28% from 255) = 11.46%

R = 66.67%
G = 21.88%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C03F21 (or 0xC03F21) is known color: Harley Davidson Orange. HEX triplet: C0, 3F and 21. RGB value is (192,63,33). Sum of RGB (Red+Green+Blue) = 192+63+33=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F21 is #3FC0DE. Grayscale: #626262. Windows color (decimal): -4178143 or 2179008. OLE color: 2179008.

HSL color Cylindrical-coordinate representation of color #C03F21: hue angle of 11.32º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C03F21 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 63 33 -
CMYK 0 0.67 0.83 0.25
HSL 11.32º 0.71% 0.44% -
HSV(B) 11.32º 0.83% 0.75% -
XYZ 23.79 14.87 3.06 -
YUV 98.15 91.24 194.94 -
System Red Green Blue C M Y K H S L
Decimal 192 63 33 0 0.67 0.83 0.25 11.32 0.71 0.44
Hex C0 3F 21 0 43 53 19 B 47 2C
Octal 300 77 41 0 103 123 31 13 107 54
Binary 11000000 111111 100001 0 1000011 1010011 11001 1011 1000111 101100

Color Harmonies of #C03F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F21

Black with #C03F21

Text Example


Text Example

White with #C03F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F21; }

 p { color: rgb(192,63,33); }

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

background-color css

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

 a { background-color: rgb(192,63,33); }

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

border-color css

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

 span { border-color: rgb(192,63,33); }

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