Html Css Color HEX #C52A02 Harley Davidson Orange

📋 copy color: '#C52A02'

red 197 ◦ green 42 ◦ blue 2

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

Shades of Harley Davidson Orange #C52A02

Tints of Harley Davidson Orange #C52A02

RGB

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

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

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

R = 81.74%
G = 17.43%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C52A02 (or 0xC52A02) is known color: Harley Davidson Orange. HEX triplet: C5, 2A and 02. RGB value is (197,42,2). Sum of RGB (Red+Green+Blue) = 197+42+2=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52A02 is #3AD5FD. Grayscale: #545454. Windows color (decimal): -3855870 or 142021. OLE color: 142021.

HSL color Cylindrical-coordinate representation of color #C52A02: hue angle of 12.31º 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 #C52A02 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 42 2 -
CMYK 0 0.79 0.99 0.23
HSL 12.31º 0.98% 0.39% -
HSV(B) 12.31º 0.99% 0.77% -
XYZ 23.86 13.53 1.41 -
YUV 83.79 81.85 208.75 -
System Red Green Blue C M Y K H S L
Decimal 197 42 2 0 0.79 0.99 0.23 12.31 0.98 0.39
Hex C5 2A 2 0 4F 63 17 C 62 27
Octal 305 52 2 0 117 143 27 14 142 47
Binary 11000101 101010 10 0 1001111 1100011 10111 1100 1100010 100111

Color Harmonies of #C52A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52A02

Black with #C52A02

Text Example


Text Example

White with #C52A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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