Html Css Color HEX #C43402 Harley Davidson Orange

📋 copy color: '#C43402'

red 196 ◦ green 52 ◦ blue 2

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

Shades of Harley Davidson Orange #C43402

Tints of Harley Davidson Orange #C43402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 78.4%
G = 20.8%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C43402 (or 0xC43402) is known color: Harley Davidson Orange. HEX triplet: C4, 34 and 02. RGB value is (196,52,2). Sum of RGB (Red+Green+Blue) = 196+52+2=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C43402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43402 is #3BCBFD. Grayscale: #595959. Windows color (decimal): -3918846 or 144580. OLE color: 144580.

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

Color convert

RGB 196 52 2 -
CMYK 0 0.73 0.99 0.23
HSL 15.46º 0.98% 0.39% -
HSV(B) 15.46º 0.99% 0.77% -
XYZ 24 14.2 1.53 -
YUV 89.36 78.71 204.07 -
System Red Green Blue C M Y K H S L
Decimal 196 52 2 0 0.73 0.99 0.23 15.46 0.98 0.39
Hex C4 34 2 0 49 63 17 F 62 27
Octal 304 64 2 0 111 143 27 17 142 47
Binary 11000100 110100 10 0 1001001 1100011 10111 1111 1100010 100111

Color Harmonies of #C43402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43402

Black with #C43402

Text Example


Text Example

White with #C43402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43402; }

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

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

background-color css

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

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

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

border-color css

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

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

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