Html Css Color HEX #C52A1B Harley Davidson Orange

📋 copy color: '#C52A1B'

red 197 ◦ green 42 ◦ blue 27

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

Shades of Harley Davidson Orange #C52A1B

Tints of Harley Davidson Orange #C52A1B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.79%

 BLUE value IS 27 (10.94% from 255) = 10.15%

R = 74.06%
G = 15.79%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C52A1B (or 0xC52A1B) is known color: Harley Davidson Orange. HEX triplet: C5, 2A and 1B. RGB value is (197,42,27). Sum of RGB (Red+Green+Blue) = 197+42+27=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52A1B is #3AD5E4. Grayscale: #565656. Windows color (decimal): -3855845 or 1780421. OLE color: 1780421.

HSL color Cylindrical-coordinate representation of color #C52A1B: hue angle of 5.29º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C52A1B is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 42 27 -
CMYK 0 0.79 0.86 0.23
HSL 5.29º 0.76% 0.44% -
HSV(B) 5.29º 0.86% 0.77% -
XYZ 24.05 13.61 2.4 -
YUV 86.64 94.35 206.72 -
System Red Green Blue C M Y K H S L
Decimal 197 42 27 0 0.79 0.86 0.23 5.29 0.76 0.44
Hex C5 2A 1B 0 4F 56 17 5 4C 2C
Octal 305 52 33 0 117 126 27 5 114 54
Binary 11000101 101010 11011 0 1001111 1010110 10111 101 1001100 101100

Color Harmonies of #C52A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52A1B

Black with #C52A1B

Text Example


Text Example

White with #C52A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52A1B; }

 p { color: rgb(197,42,27); }

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

background-color css

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

 a { background-color: rgb(197,42,27); }

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

border-color css

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

 span { border-color: rgb(197,42,27); }

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