Html Css Color HEX #C52C05 Harley Davidson Orange

📋 copy color: '#C52C05'

red 197 ◦ green 44 ◦ blue 5

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

Shades of Harley Davidson Orange #C52C05

Tints of Harley Davidson Orange #C52C05

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.89%

 BLUE value IS 5 (2.34% from 255) = 2.03%

R = 80.08%
G = 17.89%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C52C05 (or 0xC52C05) is known color: Harley Davidson Orange. HEX triplet: C5, 2C and 05. RGB value is (197,44,5). Sum of RGB (Red+Green+Blue) = 197+44+5=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52C05 is #3AD3FA. Grayscale: #555555. Windows color (decimal): -3855355 or 339141. OLE color: 339141.

HSL color Cylindrical-coordinate representation of color #C52C05: hue angle of 12.19º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C52C05 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 44 5 -
CMYK 0 0.78 0.97 0.23
HSL 12.19º 0.95% 0.4% -
HSV(B) 12.19º 0.97% 0.77% -
XYZ 23.95 13.68 1.52 -
YUV 85.3 82.69 207.67 -
System Red Green Blue C M Y K H S L
Decimal 197 44 5 0 0.78 0.97 0.23 12.19 0.95 0.4
Hex C5 2C 5 0 4E 61 17 C 5F 28
Octal 305 54 5 0 116 141 27 14 137 50
Binary 11000101 101100 101 0 1001110 1100001 10111 1100 1011111 101000

Color Harmonies of #C52C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52C05

Black with #C52C05

Text Example


Text Example

White with #C52C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52C05; }

 p { color: rgb(197,44,5); }

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

background-color css

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

 a { background-color: rgb(197,44,5); }

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

border-color css

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

 span { border-color: rgb(197,44,5); }

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