Html Css Color HEX #C03021 Harley Davidson Orange

📋 copy color: '#C03021'

red 192 ◦ green 48 ◦ blue 33

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

Shades of Harley Davidson Orange #C03021

Tints of Harley Davidson Orange #C03021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.58%

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

R = 70.33%
G = 17.58%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C03021 (or 0xC03021) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 21. RGB value is (192,48,33). Sum of RGB (Red+Green+Blue) = 192+48+33=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C03021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03021 is #3FCFDE. Grayscale: #595959. Windows color (decimal): -4181983 or 2175168. OLE color: 2175168.

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

Color convert

RGB 192 48 33 -
CMYK 0 0.75 0.83 0.25
HSL 5.66º 0.71% 0.44% -
HSV(B) 5.66º 0.83% 0.75% -
XYZ 23.07 13.43 2.82 -
YUV 89.35 96.21 201.22 -
System Red Green Blue C M Y K H S L
Decimal 192 48 33 0 0.75 0.83 0.25 5.66 0.71 0.44
Hex C0 30 21 0 4B 53 19 6 47 2C
Octal 300 60 41 0 113 123 31 6 107 54
Binary 11000000 110000 100001 0 1001011 1010011 11001 110 1000111 101100

Color Harmonies of #C03021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03021

Black with #C03021

Text Example


Text Example

White with #C03021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03021; }

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

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

background-color css

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

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

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

border-color css

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

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

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