Html Css Color HEX #C43404 Harley Davidson Orange

📋 copy color: '#C43404'

red 196 ◦ green 52 ◦ blue 4

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

Shades of Harley Davidson Orange #C43404

Tints of Harley Davidson Orange #C43404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.63%

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

R = 77.78%
G = 20.63%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C43404 (or 0xC43404) is known color: Harley Davidson Orange. HEX triplet: C4, 34 and 04. RGB value is (196,52,4). Sum of RGB (Red+Green+Blue) = 196+52+4=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C43404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43404 is #3BCBFB. Grayscale: #595959. Windows color (decimal): -3918844 or 275652. OLE color: 275652.

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

Color convert

RGB 196 52 4 -
CMYK 0 0.73 0.98 0.23
HSL 15º 0.96% 0.39% -
HSV(B) 15º 0.98% 0.77% -
XYZ 24.01 14.2 1.59 -
YUV 89.58 79.71 203.9 -
System Red Green Blue C M Y K H S L
Decimal 196 52 4 0 0.73 0.98 0.23 15 0.96 0.39
Hex C4 34 4 0 49 62 17 F 60 27
Octal 304 64 4 0 111 142 27 17 140 47
Binary 11000100 110100 100 0 1001001 1100010 10111 1111 1100000 100111

Color Harmonies of #C43404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43404

Black with #C43404

Text Example


Text Example

White with #C43404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43404; }

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

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

background-color css

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

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

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

border-color css

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

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

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