Html Css Color HEX #C43002 Harley Davidson Orange

📋 copy color: '#C43002'

red 196 ◦ green 48 ◦ blue 2

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

Shades of Harley Davidson Orange #C43002

Tints of Harley Davidson Orange #C43002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

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

R = 79.67%
G = 19.51%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C43002 (or 0xC43002) is known color: Harley Davidson Orange. HEX triplet: C4, 30 and 02. RGB value is (196,48,2). Sum of RGB (Red+Green+Blue) = 196+48+2=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C43002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43002 is #3BCFFD. Grayscale: #575757. Windows color (decimal): -3919870 or 143556. OLE color: 143556.

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

Color convert

RGB 196 48 2 -
CMYK 0 0.76 0.99 0.23
HSL 14.23º 0.98% 0.39% -
HSV(B) 14.23º 0.99% 0.77% -
XYZ 23.83 13.85 1.48 -
YUV 87.01 80.03 205.74 -
System Red Green Blue C M Y K H S L
Decimal 196 48 2 0 0.76 0.99 0.23 14.23 0.98 0.39
Hex C4 30 2 0 4C 63 17 E 62 27
Octal 304 60 2 0 114 143 27 16 142 47
Binary 11000100 110000 10 0 1001100 1100011 10111 1110 1100010 100111

Color Harmonies of #C43002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43002

Black with #C43002

Text Example


Text Example

White with #C43002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43002; }

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

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

background-color css

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

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

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

border-color css

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

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

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