Html Css Color HEX #C43C25 Harley Davidson Orange

📋 copy color: '#C43C25'

red 196 ◦ green 60 ◦ blue 37

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

Shades of Harley Davidson Orange #C43C25

Tints of Harley Davidson Orange #C43C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.63%

R = 66.89%
G = 20.48%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C43C25 (or 0xC43C25) is known color: Harley Davidson Orange. HEX triplet: C4, 3C and 25. RGB value is (196,60,37). Sum of RGB (Red+Green+Blue) = 196+60+37=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43C25 is #3BC3DA. Grayscale: #626262. Windows color (decimal): -3916763 or 2440388. OLE color: 2440388.

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

Color convert

RGB 196 60 37 -
CMYK 0 0.69 0.81 0.23
HSL 8.68º 0.68% 0.46% -
HSV(B) 8.68º 0.81% 0.77% -
XYZ 24.71 15.1 3.36 -
YUV 98.04 93.56 197.87 -
System Red Green Blue C M Y K H S L
Decimal 196 60 37 0 0.69 0.81 0.23 8.68 0.68 0.46
Hex C4 3C 25 0 45 51 17 9 44 2E
Octal 304 74 45 0 105 121 27 11 104 56
Binary 11000100 111100 100101 0 1000101 1010001 10111 1001 1000100 101110

Color Harmonies of #C43C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43C25

Black with #C43C25

Text Example


Text Example

White with #C43C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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