Html Css Color HEX #C52002 Harley Davidson Orange

📋 copy color: '#C52002'

red 197 ◦ green 32 ◦ blue 2

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

Shades of Harley Davidson Orange #C52002

Tints of Harley Davidson Orange #C52002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.85%

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

R = 85.28%
G = 13.85%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C52002 (or 0xC52002) is known color: Harley Davidson Orange. HEX triplet: C5, 20 and 02. RGB value is (197,32,2). Sum of RGB (Red+Green+Blue) = 197+32+2=231 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.28% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 197 - color contains mainly: red. Hex color #C52002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52002 is #3ADFFD. Grayscale: #4E4E4E. Windows color (decimal): -3858430 or 139461. OLE color: 139461.

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

Color convert

RGB 197 32 2 -
CMYK 0 0.84 0.99 0.23
HSL 9.23º 0.98% 0.39% -
HSV(B) 9.23º 0.99% 0.77% -
XYZ 23.55 12.91 1.31 -
YUV 77.92 85.16 212.94 -
System Red Green Blue C M Y K H S L
Decimal 197 32 2 0 0.84 0.99 0.23 9.23 0.98 0.39
Hex C5 20 2 0 54 63 17 9 62 27
Octal 305 40 2 0 124 143 27 11 142 47
Binary 11000101 100000 10 0 1010100 1100011 10111 1001 1100010 100111

Color Harmonies of #C52002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52002

Black with #C52002

Text Example


Text Example

White with #C52002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52002; }

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

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

background-color css

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

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

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

border-color css

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

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

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