Html Css Color HEX #C53822 Harley Davidson Orange

📋 copy color: '#C53822'

red 197 ◦ green 56 ◦ blue 34

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

Shades of Harley Davidson Orange #C53822

Tints of Harley Davidson Orange #C53822

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.51%

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

R = 68.64%
G = 19.51%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C53822 (or 0xC53822) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 22. RGB value is (197,56,34). Sum of RGB (Red+Green+Blue) = 197+56+34=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C53822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53822 is #3AC7DD. Grayscale: #5F5F5F. Windows color (decimal): -3852254 or 2242757. OLE color: 2242757.

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

Color convert

RGB 197 56 34 -
CMYK 0 0.72 0.83 0.23
HSL 8.1º 0.71% 0.45% -
HSV(B) 8.1º 0.83% 0.77% -
XYZ 24.73 14.81 3.07 -
YUV 95.65 93.21 200.29 -
System Red Green Blue C M Y K H S L
Decimal 197 56 34 0 0.72 0.83 0.23 8.1 0.71 0.45
Hex C5 38 22 0 48 53 17 8 47 2D
Octal 305 70 42 0 110 123 27 10 107 55
Binary 11000101 111000 100010 0 1001000 1010011 10111 1000 1000111 101101

Color Harmonies of #C53822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53822

Black with #C53822

Text Example


Text Example

White with #C53822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53822; }

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

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

background-color css

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

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

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

border-color css

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

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

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