Html Css Color HEX #C43317 Harley Davidson Orange

📋 copy color: '#C43317'

red 196 ◦ green 51 ◦ blue 23

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

Shades of Harley Davidson Orange #C43317

Tints of Harley Davidson Orange #C43317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.52%

R = 72.59%
G = 18.89%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C43317 (or 0xC43317) is known color: Harley Davidson Orange. HEX triplet: C4, 33 and 17. RGB value is (196,51,23). Sum of RGB (Red+Green+Blue) = 196+51+23=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C43317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43317 is #3BCCE8. Grayscale: #5B5B5B. Windows color (decimal): -3919081 or 1520580. OLE color: 1520580.

HSL color Cylindrical-coordinate representation of color #C43317: hue angle of 9.71º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C43317 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 51 23 -
CMYK 0 0.74 0.88 0.23
HSL 9.71º 0.79% 0.43% -
HSV(B) 9.71º 0.88% 0.77% -
XYZ 24.1 14.17 2.27 -
YUV 91.16 89.54 202.78 -
System Red Green Blue C M Y K H S L
Decimal 196 51 23 0 0.74 0.88 0.23 9.71 0.79 0.43
Hex C4 33 17 0 4A 58 17 A 4F 2B
Octal 304 63 27 0 112 130 27 12 117 53
Binary 11000100 110011 10111 0 1001010 1011000 10111 1010 1001111 101011

Color Harmonies of #C43317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43317

Black with #C43317

Text Example


Text Example

White with #C43317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43317; }

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

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

background-color css

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

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

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

border-color css

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

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

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