Html Css Color HEX #C93423 Harley Davidson Orange

📋 copy color: '#C93423'

red 201 ◦ green 52 ◦ blue 35

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

Shades of Harley Davidson Orange #C93423

Tints of Harley Davidson Orange #C93423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.15%

R = 69.79%
G = 18.06%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C93423 (or 0xC93423) is known color: Harley Davidson Orange. HEX triplet: C9, 34 and 23. RGB value is (201,52,35). Sum of RGB (Red+Green+Blue) = 201+52+35=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C93423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93423 is #36CBDC. Grayscale: #5E5E5E. Windows color (decimal): -3591133 or 2307273. OLE color: 2307273.

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

Color convert

RGB 201 52 35 -
CMYK 0 0.74 0.83 0.21
HSL 6.14º 0.7% 0.46% -
HSV(B) 6.14º 0.83% 0.79% -
XYZ 25.62 14.99 3.13 -
YUV 94.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 201 52 35 0 0.74 0.83 0.21 6.14 0.7 0.46
Hex C9 34 23 0 4A 53 15 6 46 2E
Octal 311 64 43 0 112 123 25 6 106 56
Binary 11001001 110100 100011 0 1001010 1010011 10101 110 1000110 101110

Color Harmonies of #C93423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93423

Black with #C93423

Text Example


Text Example

White with #C93423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93423; }

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

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

background-color css

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

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

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

border-color css

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

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

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