Html Css Color HEX #C43302 Harley Davidson Orange

📋 copy color: '#C43302'

red 196 ◦ green 51 ◦ blue 2

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

Shades of Harley Davidson Orange #C43302

Tints of Harley Davidson Orange #C43302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.48%

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

R = 78.71%
G = 20.48%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C43302 (or 0xC43302) is known color: Harley Davidson Orange. HEX triplet: C4, 33 and 02. RGB value is (196,51,2). Sum of RGB (Red+Green+Blue) = 196+51+2=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C43302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43302 is #3BCCFD. Grayscale: #595959. Windows color (decimal): -3919102 or 144324. OLE color: 144324.

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

Color convert

RGB 196 51 2 -
CMYK 0 0.74 0.99 0.23
HSL 15.15º 0.98% 0.39% -
HSV(B) 15.15º 0.99% 0.77% -
XYZ 23.96 14.11 1.52 -
YUV 88.77 79.04 204.48 -
System Red Green Blue C M Y K H S L
Decimal 196 51 2 0 0.74 0.99 0.23 15.15 0.98 0.39
Hex C4 33 2 0 4A 63 17 F 62 27
Octal 304 63 2 0 112 143 27 17 142 47
Binary 11000100 110011 10 0 1001010 1100011 10111 1111 1100010 100111

Color Harmonies of #C43302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43302

Black with #C43302

Text Example


Text Example

White with #C43302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43302; }

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

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

background-color css

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

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

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

border-color css

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

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

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