Html Css Color HEX #C93414 Harley Davidson Orange

📋 copy color: '#C93414'

red 201 ◦ green 52 ◦ blue 20

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

Shades of Harley Davidson Orange #C93414

Tints of Harley Davidson Orange #C93414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

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

R = 73.63%
G = 19.05%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C93414 (or 0xC93414) is known color: Harley Davidson Orange. HEX triplet: C9, 34 and 14. RGB value is (201,52,20). Sum of RGB (Red+Green+Blue) = 201+52+20=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C93414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93414 is #36CBEB. Grayscale: #5D5D5D. Windows color (decimal): -3591148 or 1324233. OLE color: 1324233.

HSL color Cylindrical-coordinate representation of color #C93414: hue angle of 10.61º 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 #C93414 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 52 20 -
CMYK 0 0.74 0.90 0.21
HSL 10.61º 0.82% 0.43% -
HSV(B) 10.61º 0.9% 0.79% -
XYZ 25.44 14.92 2.2 -
YUV 92.9 86.86 205.1 -
System Red Green Blue C M Y K H S L
Decimal 201 52 20 0 0.74 0.90 0.21 10.61 0.82 0.43
Hex C9 34 14 0 4A 5A 15 B 52 2B
Octal 311 64 24 0 112 132 25 13 122 53
Binary 11001001 110100 10100 0 1001010 1011010 10101 1011 1010010 101011

Color Harmonies of #C93414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93414

Black with #C93414

Text Example


Text Example

White with #C93414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93414; }

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

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

background-color css

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

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

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

border-color css

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

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

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