Html Css Color HEX #C53B1F Harley Davidson Orange

📋 copy color: '#C53B1F'

red 197 ◦ green 59 ◦ blue 31

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

Shades of Harley Davidson Orange #C53B1F

Tints of Harley Davidson Orange #C53B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.8%

R = 68.64%
G = 20.56%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C53B1F (or 0xC53B1F) is known color: Harley Davidson Orange. HEX triplet: C5, 3B and 1F. RGB value is (197,59,31). Sum of RGB (Red+Green+Blue) = 197+59+31=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53B1F is #3AC4E0. Grayscale: #616161. Windows color (decimal): -3851489 or 2046917. OLE color: 2046917.

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

Color convert

RGB 197 59 31 -
CMYK 0 0.70 0.84 0.23
HSL 10.12º 0.73% 0.45% -
HSV(B) 10.12º 0.84% 0.77% -
XYZ 24.84 15.1 2.9 -
YUV 97.07 90.72 199.28 -
System Red Green Blue C M Y K H S L
Decimal 197 59 31 0 0.70 0.84 0.23 10.12 0.73 0.45
Hex C5 3B 1F 0 46 54 17 A 49 2D
Octal 305 73 37 0 106 124 27 12 111 55
Binary 11000101 111011 11111 0 1000110 1010100 10111 1010 1001001 101101

Color Harmonies of #C53B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53B1F

Black with #C53B1F

Text Example


Text Example

White with #C53B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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