Html Css Color HEX #C42003 Harley Davidson Orange

📋 copy color: '#C42003'

red 196 ◦ green 32 ◦ blue 3

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

Shades of Harley Davidson Orange #C42003

Tints of Harley Davidson Orange #C42003

RGB

 RED value IS 196 (76.95% from 255) = 84.85%

 GREEN value IS 32 (12.89% from 255) = 13.85%

 BLUE value IS 3 (1.56% from 255) = 1.3%

R = 84.85%
G = 13.85%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C42003 (or 0xC42003) is known color: Harley Davidson Orange. HEX triplet: C4, 20 and 03. RGB value is (196,32,3). Sum of RGB (Red+Green+Blue) = 196+32+3=231 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.85% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 196 - color contains mainly: red. Hex color #C42003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42003 is #3BDFFC. Grayscale: #4E4E4E. Windows color (decimal): -3923965 or 204996. OLE color: 204996.

HSL color Cylindrical-coordinate representation of color #C42003: hue angle of 9.02º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C42003 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 3 -
CMYK 0 0.84 0.98 0.23
HSL 9.02º 0.97% 0.39% -
HSV(B) 9.02º 0.98% 0.77% -
XYZ 23.3 12.78 1.32 -
YUV 77.73 85.83 212.36 -
System Red Green Blue C M Y K H S L
Decimal 196 32 3 0 0.84 0.98 0.23 9.02 0.97 0.39
Hex C4 20 3 0 54 62 17 9 61 27
Octal 304 40 3 0 124 142 27 11 141 47
Binary 11000100 100000 11 0 1010100 1100010 10111 1001 1100001 100111

Color Harmonies of #C42003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42003

Black with #C42003

Text Example


Text Example

White with #C42003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42003; }

 p { color: rgb(196,32,3); }

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

background-color css

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

 a { background-color: rgb(196,32,3); }

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

border-color css

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

 span { border-color: rgb(196,32,3); }

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