Html Css Color HEX #C52405 Harley Davidson Orange

📋 copy color: '#C52405'

red 197 ◦ green 36 ◦ blue 5

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

Shades of Harley Davidson Orange #C52405

Tints of Harley Davidson Orange #C52405

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.13%

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

R = 82.77%
G = 15.13%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C52405 (or 0xC52405) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 05. RGB value is (197,36,5). Sum of RGB (Red+Green+Blue) = 197+36+5=238 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.77% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 197 - color contains mainly: red. Hex color #C52405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52405 is #3ADBFA. Grayscale: #505050. Windows color (decimal): -3857403 or 337093. OLE color: 337093.

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

Color convert

RGB 197 36 5 -
CMYK 0 0.82 0.97 0.23
HSL 9.69º 0.95% 0.4% -
HSV(B) 9.69º 0.97% 0.77% -
XYZ 23.68 13.14 1.43 -
YUV 80.61 85.34 211.02 -
System Red Green Blue C M Y K H S L
Decimal 197 36 5 0 0.82 0.97 0.23 9.69 0.95 0.4
Hex C5 24 5 0 52 61 17 A 5F 28
Octal 305 44 5 0 122 141 27 12 137 50
Binary 11000101 100100 101 0 1010010 1100001 10111 1010 1011111 101000

Color Harmonies of #C52405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52405

Black with #C52405

Text Example


Text Example

White with #C52405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52405; }

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

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

background-color css

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

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

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

border-color css

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

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

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