Html Css Color HEX #C42300 Harley Davidson Orange

📋 copy color: '#C42300'

red 196 ◦ green 35 ◦ blue 0

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

Shades of Harley Davidson Orange #C42300

Tints of Harley Davidson Orange #C42300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.85%
G = 15.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C42300 (or 0xC42300) is known color: Harley Davidson Orange. HEX triplet: C4, 23 and 00. RGB value is (196,35,0). Sum of RGB (Red+Green+Blue) = 196+35+0=231 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.85% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 196 - color contains mainly: red. Hex color #C42300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42300 is #3BDCFF. Grayscale: #4F4F4F. Windows color (decimal): -3923200 or 9156. OLE color: 9156.

HSL color Cylindrical-coordinate representation of color #C42300: hue angle of 10.71º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C42300 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 35 0 -
CMYK 0 0.82 1 0.23
HSL 10.71º 1% 0.38% -
HSV(B) 10.71º 1% 0.77% -
XYZ 23.37 12.94 1.27 -
YUV 79.15 83.34 211.35 -
System Red Green Blue C M Y K H S L
Decimal 196 35 0 0 0.82 1 0.23 10.71 1 0.38
Hex C4 23 0 0 52 64 17 B 64 26
Octal 304 43 0 0 122 144 27 13 144 46
Binary 11000100 100011 0 0 1010010 1100100 10111 1011 1100100 100110

Color Harmonies of #C42300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42300

Black with #C42300

Text Example


Text Example

White with #C42300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42300; }

 p { color: rgb(196,35,0); }

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

background-color css

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

 a { background-color: rgb(196,35,0); }

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

border-color css

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

 span { border-color: rgb(196,35,0); }

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