Html Css Color HEX #C43D22 Harley Davidson Orange

📋 copy color: '#C43D22'

red 196 ◦ green 61 ◦ blue 34

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

Shades of Harley Davidson Orange #C43D22

Tints of Harley Davidson Orange #C43D22

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.96%

 BLUE value IS 34 (13.67% from 255) = 11.68%

R = 67.35%
G = 20.96%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C43D22 (or 0xC43D22) is known color: Harley Davidson Orange. HEX triplet: C4, 3D and 22. RGB value is (196,61,34). Sum of RGB (Red+Green+Blue) = 196+61+34=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D22 is #3BC2DD. Grayscale: #626262. Windows color (decimal): -3916510 or 2244036. OLE color: 2244036.

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

Color convert

RGB 196 61 34 -
CMYK 0 0.69 0.83 0.23
HSL 10º 0.7% 0.45% -
HSV(B) 10º 0.83% 0.77% -
XYZ 24.72 15.19 3.14 -
YUV 98.29 91.73 197.7 -
System Red Green Blue C M Y K H S L
Decimal 196 61 34 0 0.69 0.83 0.23 10 0.7 0.45
Hex C4 3D 22 0 45 53 17 A 46 2D
Octal 304 75 42 0 105 123 27 12 106 55
Binary 11000100 111101 100010 0 1000101 1010011 10111 1010 1000110 101101

Color Harmonies of #C43D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43D22

Black with #C43D22

Text Example


Text Example

White with #C43D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43D22; }

 p { color: rgb(196,61,34); }

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

background-color css

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

 a { background-color: rgb(196,61,34); }

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

border-color css

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

 span { border-color: rgb(196,61,34); }

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