Html Css Color HEX #C93314 Harley Davidson Orange

📋 copy color: '#C93314'

red 201 ◦ green 51 ◦ blue 20

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

Shades of Harley Davidson Orange #C93314

Tints of Harley Davidson Orange #C93314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

 BLUE value IS 20 (8.2% from 255) = 7.35%

R = 73.9%
G = 18.75%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C93314 (or 0xC93314) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 14. RGB value is (201,51,20). Sum of RGB (Red+Green+Blue) = 201+51+20=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C93314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93314 is #36CCEB. Grayscale: #5C5C5C. Windows color (decimal): -3591404 or 1323977. OLE color: 1323977.

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

Color convert

RGB 201 51 20 -
CMYK 0 0.75 0.90 0.21
HSL 10.28º 0.82% 0.43% -
HSV(B) 10.28º 0.9% 0.79% -
XYZ 25.4 14.84 2.19 -
YUV 92.32 87.2 205.52 -
System Red Green Blue C M Y K H S L
Decimal 201 51 20 0 0.75 0.90 0.21 10.28 0.82 0.43
Hex C9 33 14 0 4B 5A 15 A 52 2B
Octal 311 63 24 0 113 132 25 12 122 53
Binary 11001001 110011 10100 0 1001011 1011010 10101 1010 1010010 101011

Color Harmonies of #C93314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93314

Black with #C93314

Text Example


Text Example

White with #C93314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93314; }

 p { color: rgb(201,51,20); }

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

background-color css

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

 a { background-color: rgb(201,51,20); }

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

border-color css

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

 span { border-color: rgb(201,51,20); }

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