Html Css Color HEX #C42700 Harley Davidson Orange

📋 copy color: '#C42700'

red 196 ◦ green 39 ◦ blue 0

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

Shades of Harley Davidson Orange #C42700

Tints of Harley Davidson Orange #C42700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.6%

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

R = 83.4%
G = 16.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C42700 (or 0xC42700) is known color: Harley Davidson Orange. HEX triplet: C4, 27 and 00. RGB value is (196,39,0). Sum of RGB (Red+Green+Blue) = 196+39+0=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C42700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42700 is #3BD8FF. Grayscale: #515151. Windows color (decimal): -3922176 or 10180. OLE color: 10180.

HSL color Cylindrical-coordinate representation of color #C42700: hue angle of 11.94º 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 #C42700 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 39 0 -
CMYK 0 0.80 1 0.23
HSL 11.94º 1% 0.38% -
HSV(B) 11.94º 1% 0.77% -
XYZ 23.49 13.19 1.31 -
YUV 81.5 82.01 209.67 -
System Red Green Blue C M Y K H S L
Decimal 196 39 0 0 0.80 1 0.23 11.94 1 0.38
Hex C4 27 0 0 50 64 17 C 64 26
Octal 304 47 0 0 120 144 27 14 144 46
Binary 11000100 100111 0 0 1010000 1100100 10111 1100 1100100 100110

Color Harmonies of #C42700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42700

Black with #C42700

Text Example


Text Example

White with #C42700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42700; }

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

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

background-color css

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

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

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

border-color css

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

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

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