Html Css Color HEX #C93320 Harley Davidson Orange

📋 copy color: '#C93320'

red 201 ◦ green 51 ◦ blue 32

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

Shades of Harley Davidson Orange #C93320

Tints of Harley Davidson Orange #C93320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 70.77%
G = 17.96%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C93320 (or 0xC93320) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 20. RGB value is (201,51,32). Sum of RGB (Red+Green+Blue) = 201+51+32=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C93320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93320 is #36CCDF. Grayscale: #5D5D5D. Windows color (decimal): -3591392 or 2110409. OLE color: 2110409.

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

Color convert

RGB 201 51 32 -
CMYK 0 0.75 0.84 0.21
HSL 6.75º 0.73% 0.46% -
HSV(B) 6.75º 0.84% 0.79% -
XYZ 25.53 14.89 2.89 -
YUV 93.68 93.2 204.54 -
System Red Green Blue C M Y K H S L
Decimal 201 51 32 0 0.75 0.84 0.21 6.75 0.73 0.46
Hex C9 33 20 0 4B 54 15 7 49 2E
Octal 311 63 40 0 113 124 25 7 111 56
Binary 11001001 110011 100000 0 1001011 1010100 10101 111 1001001 101110

Color Harmonies of #C93320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93320

Black with #C93320

Text Example


Text Example

White with #C93320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93320; }

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

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

background-color css

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

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

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

border-color css

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

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

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