Html Css Color HEX #C54123 Harley Davidson Orange

📋 copy color: '#C54123'

red 197 ◦ green 65 ◦ blue 35

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

Shades of Harley Davidson Orange #C54123

Tints of Harley Davidson Orange #C54123

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.89%

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

R = 66.33%
G = 21.89%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C54123 (or 0xC54123) is known color: Harley Davidson Orange. HEX triplet: C5, 41 and 23. RGB value is (197,65,35). Sum of RGB (Red+Green+Blue) = 197+65+35=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C54123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54123 is #3ABEDC. Grayscale: #656565. Windows color (decimal): -3849949 or 2310597. OLE color: 2310597.

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

Color convert

RGB 197 65 35 -
CMYK 0 0.67 0.82 0.23
HSL 11.11º 0.7% 0.45% -
HSV(B) 11.11º 0.82% 0.77% -
XYZ 25.22 15.77 3.31 -
YUV 101.05 90.73 196.44 -
System Red Green Blue C M Y K H S L
Decimal 197 65 35 0 0.67 0.82 0.23 11.11 0.7 0.45
Hex C5 41 23 0 43 52 17 B 46 2D
Octal 305 101 43 0 103 122 27 13 106 55
Binary 11000101 1000001 100011 0 1000011 1010010 10111 1011 1000110 101101

Color Harmonies of #C54123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54123

Black with #C54123

Text Example


Text Example

White with #C54123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54123; }

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

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

background-color css

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

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

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

border-color css

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

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

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