Html Css Color HEX #C42704 Harley Davidson Orange

📋 copy color: '#C42704'

red 196 ◦ green 39 ◦ blue 4

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

Shades of Harley Davidson Orange #C42704

Tints of Harley Davidson Orange #C42704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 82.01%
G = 16.32%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C42704 (or 0xC42704) is known color: Harley Davidson Orange. HEX triplet: C4, 27 and 04. RGB value is (196,39,4). Sum of RGB (Red+Green+Blue) = 196+39+4=239 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.01% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 196 - color contains mainly: red. Hex color #C42704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42704 is #3BD8FB. Grayscale: #525252. Windows color (decimal): -3922172 or 272324. OLE color: 272324.

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

Color convert

RGB 196 39 4 -
CMYK 0 0.80 0.98 0.23
HSL 10.94º 0.96% 0.39% -
HSV(B) 10.94º 0.98% 0.77% -
XYZ 23.51 13.2 1.42 -
YUV 81.95 84.01 209.35 -
System Red Green Blue C M Y K H S L
Decimal 196 39 4 0 0.80 0.98 0.23 10.94 0.96 0.39
Hex C4 27 4 0 50 62 17 B 60 27
Octal 304 47 4 0 120 142 27 13 140 47
Binary 11000100 100111 100 0 1010000 1100010 10111 1011 1100000 100111

Color Harmonies of #C42704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42704

Black with #C42704

Text Example


Text Example

White with #C42704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42704; }

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

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

background-color css

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

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

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

border-color css

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

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

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