Html Css Color HEX #C53422 Harley Davidson Orange

📋 copy color: '#C53422'

red 197 ◦ green 52 ◦ blue 34

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

Shades of Harley Davidson Orange #C53422

Tints of Harley Davidson Orange #C53422

RGB

 RED value IS 197 (77.34% from 255) = 69.61%

 GREEN value IS 52 (20.7% from 255) = 18.37%

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

R = 69.61%
G = 18.37%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C53422 (or 0xC53422) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 22. RGB value is (197,52,34). Sum of RGB (Red+Green+Blue) = 197+52+34=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C53422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53422 is #3ACBDD. Grayscale: #5D5D5D. Windows color (decimal): -3853278 or 2241733. OLE color: 2241733.

HSL color Cylindrical-coordinate representation of color #C53422: hue angle of 6.63º degrees, saturation: 0.71, 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 #C53422 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 34 -
CMYK 0 0.74 0.83 0.23
HSL 6.63º 0.71% 0.45% -
HSV(B) 6.63º 0.83% 0.77% -
XYZ 24.54 14.44 3.01 -
YUV 93.3 94.54 201.96 -
System Red Green Blue C M Y K H S L
Decimal 197 52 34 0 0.74 0.83 0.23 6.63 0.71 0.45
Hex C5 34 22 0 4A 53 17 7 47 2D
Octal 305 64 42 0 112 123 27 7 107 55
Binary 11000101 110100 100010 0 1001010 1010011 10111 111 1000111 101101

Color Harmonies of #C53422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53422

Black with #C53422

Text Example


Text Example

White with #C53422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53422; }

 p { color: rgb(197,52,34); }

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

background-color css

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

 a { background-color: rgb(197,52,34); }

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

border-color css

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

 span { border-color: rgb(197,52,34); }

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