Html Css Color HEX #C54023 Harley Davidson Orange

📋 copy color: '#C54023'

red 197 ◦ green 64 ◦ blue 35

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

Shades of Harley Davidson Orange #C54023

Tints of Harley Davidson Orange #C54023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.82%

R = 66.55%
G = 21.62%
B = 11.82%

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

#C54023 (or 0xC54023) is known color: Harley Davidson Orange. HEX triplet: C5, 40 and 23. RGB value is (197,64,35). Sum of RGB (Red+Green+Blue) = 197+64+35=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C54023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54023 is #3ABFDC. Grayscale: #646464. Windows color (decimal): -3850205 or 2310341. OLE color: 2310341.

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

Color convert

RGB 197 64 35 -
CMYK 0 0.68 0.82 0.23
HSL 10.74º 0.7% 0.45% -
HSV(B) 10.74º 0.82% 0.77% -
XYZ 25.16 15.66 3.29 -
YUV 100.46 91.06 196.86 -
System Red Green Blue C M Y K H S L
Decimal 197 64 35 0 0.68 0.82 0.23 10.74 0.7 0.45
Hex C5 40 23 0 44 52 17 B 46 2D
Octal 305 100 43 0 104 122 27 13 106 55
Binary 11000101 1000000 100011 0 1000100 1010010 10111 1011 1000110 101101

Color Harmonies of #C54023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54023

Black with #C54023

Text Example


Text Example

White with #C54023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54023; }

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

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

background-color css

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

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

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

border-color css

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

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

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