Html Css Color HEX #C54024 Harley Davidson Orange

📋 copy color: '#C54024'

red 197 ◦ green 64 ◦ blue 36

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

Shades of Harley Davidson Orange #C54024

Tints of Harley Davidson Orange #C54024

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

 BLUE value IS 36 (14.45% from 255) = 12.12%

R = 66.33%
G = 21.55%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C54024 (or 0xC54024) is known color: Harley Davidson Orange. HEX triplet: C5, 40 and 24. RGB value is (197,64,36). Sum of RGB (Red+Green+Blue) = 197+64+36=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C54024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54024 is #3ABFDB. Grayscale: #646464. Windows color (decimal): -3850204 or 2375877. OLE color: 2375877.

HSL color Cylindrical-coordinate representation of color #C54024: hue angle of 10.43º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C54024 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 64 36 -
CMYK 0 0.68 0.82 0.23
HSL 10.43º 0.69% 0.46% -
HSV(B) 10.43º 0.82% 0.77% -
XYZ 25.18 15.66 3.37 -
YUV 100.58 91.56 196.78 -
System Red Green Blue C M Y K H S L
Decimal 197 64 36 0 0.68 0.82 0.23 10.43 0.69 0.46
Hex C5 40 24 0 44 52 17 A 45 2E
Octal 305 100 44 0 104 122 27 12 105 56
Binary 11000101 1000000 100100 0 1000100 1010010 10111 1010 1000101 101110

Color Harmonies of #C54024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54024

Black with #C54024

Text Example


Text Example

White with #C54024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54024; }

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

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

background-color css

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

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

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

border-color css

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

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

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