Html Css Color HEX #C93218 Harley Davidson Orange

📋 copy color: '#C93218'

red 201 ◦ green 50 ◦ blue 24

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

Shades of Harley Davidson Orange #C93218

Tints of Harley Davidson Orange #C93218

RGB

 RED value IS 201 (78.91% from 255) = 73.09%

 GREEN value IS 50 (19.92% from 255) = 18.18%

 BLUE value IS 24 (9.77% from 255) = 8.73%

R = 73.09%
G = 18.18%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C93218 (or 0xC93218) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 18. RGB value is (201,50,24). Sum of RGB (Red+Green+Blue) = 201+50+24=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C93218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93218 is #36CDE7. Grayscale: #5C5C5C. Windows color (decimal): -3591656 or 1585865. OLE color: 1585865.

HSL color Cylindrical-coordinate representation of color #C93218: hue angle of 8.81º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C93218 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 50 24 -
CMYK 0 0.75 0.88 0.21
HSL 8.81º 0.79% 0.44% -
HSV(B) 8.81º 0.88% 0.79% -
XYZ 25.39 14.76 2.38 -
YUV 92.19 89.53 205.61 -
System Red Green Blue C M Y K H S L
Decimal 201 50 24 0 0.75 0.88 0.21 8.81 0.79 0.44
Hex C9 32 18 0 4B 58 15 9 4F 2C
Octal 311 62 30 0 113 130 25 11 117 54
Binary 11001001 110010 11000 0 1001011 1011000 10101 1001 1001111 101100

Color Harmonies of #C93218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93218

Black with #C93218

Text Example


Text Example

White with #C93218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93218; }

 p { color: rgb(201,50,24); }

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

background-color css

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

 a { background-color: rgb(201,50,24); }

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

border-color css

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

 span { border-color: rgb(201,50,24); }

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