Html Css Color HEX #C43C23 Harley Davidson Orange

📋 copy color: '#C43C23'

red 196 ◦ green 60 ◦ blue 35

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

Shades of Harley Davidson Orange #C43C23

Tints of Harley Davidson Orange #C43C23

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.62%

 BLUE value IS 35 (14.06% from 255) = 12.03%

R = 67.35%
G = 20.62%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C43C23 (or 0xC43C23) is known color: Harley Davidson Orange. HEX triplet: C4, 3C and 23. RGB value is (196,60,35). Sum of RGB (Red+Green+Blue) = 196+60+35=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43C23 is #3BC3DC. Grayscale: #626262. Windows color (decimal): -3916765 or 2309316. OLE color: 2309316.

HSL color Cylindrical-coordinate representation of color #C43C23: hue angle of 9.32º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C43C23 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 60 35 -
CMYK 0 0.69 0.82 0.23
HSL 9.32º 0.7% 0.45% -
HSV(B) 9.32º 0.82% 0.77% -
XYZ 24.68 15.09 3.2 -
YUV 97.81 92.56 198.03 -
System Red Green Blue C M Y K H S L
Decimal 196 60 35 0 0.69 0.82 0.23 9.32 0.7 0.45
Hex C4 3C 23 0 45 52 17 9 46 2D
Octal 304 74 43 0 105 122 27 11 106 55
Binary 11000100 111100 100011 0 1000101 1010010 10111 1001 1000110 101101

Color Harmonies of #C43C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43C23

Black with #C43C23

Text Example


Text Example

White with #C43C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43C23; }

 p { color: rgb(196,60,35); }

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

background-color css

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

 a { background-color: rgb(196,60,35); }

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

border-color css

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

 span { border-color: rgb(196,60,35); }

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