Html Css Color HEX #C52D02 Harley Davidson Orange

📋 copy color: '#C52D02'

red 197 ◦ green 45 ◦ blue 2

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

Shades of Harley Davidson Orange #C52D02

Tints of Harley Davidson Orange #C52D02

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.44%

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 80.74%
G = 18.44%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C52D02 (or 0xC52D02) is known color: Harley Davidson Orange. HEX triplet: C5, 2D and 02. RGB value is (197,45,2). Sum of RGB (Red+Green+Blue) = 197+45+2=244 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.74% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52D02 is #3AD2FD. Grayscale: #555555. Windows color (decimal): -3855102 or 142789. OLE color: 142789.

HSL color Cylindrical-coordinate representation of color #C52D02: hue angle of 13.23º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C52D02 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 45 2 -
CMYK 0 0.77 0.99 0.23
HSL 13.23º 0.98% 0.39% -
HSV(B) 13.23º 0.99% 0.77% -
XYZ 23.98 13.75 1.45 -
YUV 85.55 80.86 207.5 -
System Red Green Blue C M Y K H S L
Decimal 197 45 2 0 0.77 0.99 0.23 13.23 0.98 0.39
Hex C5 2D 2 0 4D 63 17 D 62 27
Octal 305 55 2 0 115 143 27 15 142 47
Binary 11000101 101101 10 0 1001101 1100011 10111 1101 1100010 100111

Color Harmonies of #C52D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52D02

Black with #C52D02

Text Example


Text Example

White with #C52D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52D02; }

 p { color: rgb(197,45,2); }

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

background-color css

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

 a { background-color: rgb(197,45,2); }

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

border-color css

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

 span { border-color: rgb(197,45,2); }

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