Html Css Color HEX #C03121 Harley Davidson Orange

📋 copy color: '#C03121'

red 192 ◦ green 49 ◦ blue 33

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

Shades of Harley Davidson Orange #C03121

Tints of Harley Davidson Orange #C03121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.88%

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

R = 70.07%
G = 17.88%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C03121 (or 0xC03121) is known color: Harley Davidson Orange. HEX triplet: C0, 31 and 21. RGB value is (192,49,33). Sum of RGB (Red+Green+Blue) = 192+49+33=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C03121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03121 is #3FCEDE. Grayscale: #5A5A5A. Windows color (decimal): -4181727 or 2175424. OLE color: 2175424.

HSL color Cylindrical-coordinate representation of color #C03121: hue angle of 6.04º 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 #C03121 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 33 -
CMYK 0 0.74 0.83 0.25
HSL 6.04º 0.71% 0.44% -
HSV(B) 6.04º 0.83% 0.75% -
XYZ 23.11 13.51 2.83 -
YUV 89.93 95.88 200.8 -
System Red Green Blue C M Y K H S L
Decimal 192 49 33 0 0.74 0.83 0.25 6.04 0.71 0.44
Hex C0 31 21 0 4A 53 19 6 47 2C
Octal 300 61 41 0 112 123 31 6 107 54
Binary 11000000 110001 100001 0 1001010 1010011 11001 110 1000111 101100

Color Harmonies of #C03121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03121

Black with #C03121

Text Example


Text Example

White with #C03121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03121; }

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

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

background-color css

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

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

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

border-color css

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

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

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