Html Css Color HEX #C52A1D Harley Davidson Orange

📋 copy color: '#C52A1D'

red 197 ◦ green 42 ◦ blue 29

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

Shades of Harley Davidson Orange #C52A1D

Tints of Harley Davidson Orange #C52A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.82%

R = 73.51%
G = 15.67%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C52A1D (or 0xC52A1D) is known color: Harley Davidson Orange. HEX triplet: C5, 2A and 1D. RGB value is (197,42,29). Sum of RGB (Red+Green+Blue) = 197+42+29=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52A1D is #3AD5E2. Grayscale: #575757. Windows color (decimal): -3855843 or 1911493. OLE color: 1911493.

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

Color convert

RGB 197 42 29 -
CMYK 0 0.79 0.85 0.23
HSL 4.64º 0.74% 0.44% -
HSV(B) 4.64º 0.85% 0.77% -
XYZ 24.08 13.61 2.52 -
YUV 86.86 95.35 206.56 -
System Red Green Blue C M Y K H S L
Decimal 197 42 29 0 0.79 0.85 0.23 4.64 0.74 0.44
Hex C5 2A 1D 0 4F 55 17 5 4A 2C
Octal 305 52 35 0 117 125 27 5 112 54
Binary 11000101 101010 11101 0 1001111 1010101 10111 101 1001010 101100

Color Harmonies of #C52A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52A1D

Black with #C52A1D

Text Example


Text Example

White with #C52A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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