Html Css Color HEX #C53922 Harley Davidson Orange

📋 copy color: '#C53922'

red 197 ◦ green 57 ◦ blue 34

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

Shades of Harley Davidson Orange #C53922

Tints of Harley Davidson Orange #C53922

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.79%

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

R = 68.4%
G = 19.79%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C53922 (or 0xC53922) is known color: Harley Davidson Orange. HEX triplet: C5, 39 and 22. RGB value is (197,57,34). Sum of RGB (Red+Green+Blue) = 197+57+34=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C53922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53922 is #3AC6DD. Grayscale: #606060. Windows color (decimal): -3851998 or 2243013. OLE color: 2243013.

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

Color convert

RGB 197 57 34 -
CMYK 0 0.71 0.83 0.23
HSL 8.47º 0.71% 0.45% -
HSV(B) 8.47º 0.83% 0.77% -
XYZ 24.78 14.91 3.09 -
YUV 96.24 92.88 199.87 -
System Red Green Blue C M Y K H S L
Decimal 197 57 34 0 0.71 0.83 0.23 8.47 0.71 0.45
Hex C5 39 22 0 47 53 17 8 47 2D
Octal 305 71 42 0 107 123 27 10 107 55
Binary 11000101 111001 100010 0 1000111 1010011 10111 1000 1000111 101101

Color Harmonies of #C53922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53922

Black with #C53922

Text Example


Text Example

White with #C53922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53922; }

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

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

background-color css

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

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

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

border-color css

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

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

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