Html Css Color HEX #C53B23 Harley Davidson Orange

📋 copy color: '#C53B23'

red 197 ◦ green 59 ◦ blue 35

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

Shades of Harley Davidson Orange #C53B23

Tints of Harley Davidson Orange #C53B23

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.27%

 BLUE value IS 35 (14.06% from 255) = 12.03%

R = 67.7%
G = 20.27%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C53B23 (or 0xC53B23) is known color: Harley Davidson Orange. HEX triplet: C5, 3B and 23. RGB value is (197,59,35). Sum of RGB (Red+Green+Blue) = 197+59+35=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53B23 is #3AC4DC. Grayscale: #616161. Windows color (decimal): -3851485 or 2309061. OLE color: 2309061.

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

Color convert

RGB 197 59 35 -
CMYK 0 0.70 0.82 0.23
HSL 8.89º 0.7% 0.45% -
HSV(B) 8.89º 0.82% 0.77% -
XYZ 24.89 15.12 3.2 -
YUV 97.53 92.72 198.95 -
System Red Green Blue C M Y K H S L
Decimal 197 59 35 0 0.70 0.82 0.23 8.89 0.7 0.45
Hex C5 3B 23 0 46 52 17 9 46 2D
Octal 305 73 43 0 106 122 27 11 106 55
Binary 11000101 111011 100011 0 1000110 1010010 10111 1001 1000110 101101

Color Harmonies of #C53B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53B23

Black with #C53B23

Text Example


Text Example

White with #C53B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53B23; }

 p { color: rgb(197,59,35); }

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

background-color css

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

 a { background-color: rgb(197,59,35); }

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

border-color css

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

 span { border-color: rgb(197,59,35); }

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