Html Css Color HEX #C93313 Harley Davidson Orange

📋 copy color: '#C93313'

red 201 ◦ green 51 ◦ blue 19

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

Shades of Harley Davidson Orange #C93313

Tints of Harley Davidson Orange #C93313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 74.17%
G = 18.82%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C93313 (or 0xC93313) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 13. RGB value is (201,51,19). Sum of RGB (Red+Green+Blue) = 201+51+19=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C93313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93313 is #36CCEC. Grayscale: #5C5C5C. Windows color (decimal): -3591405 or 1258441. OLE color: 1258441.

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

Color convert

RGB 201 51 19 -
CMYK 0 0.75 0.91 0.21
HSL 10.55º 0.83% 0.43% -
HSV(B) 10.55º 0.91% 0.79% -
XYZ 25.39 14.83 2.14 -
YUV 92.2 86.7 205.6 -
System Red Green Blue C M Y K H S L
Decimal 201 51 19 0 0.75 0.91 0.21 10.55 0.83 0.43
Hex C9 33 13 0 4B 5B 15 B 53 2B
Octal 311 63 23 0 113 133 25 13 123 53
Binary 11001001 110011 10011 0 1001011 1011011 10101 1011 1010011 101011

Color Harmonies of #C93313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93313

Black with #C93313

Text Example


Text Example

White with #C93313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93313; }

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

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

background-color css

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

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

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

border-color css

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

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

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