Html Css Color HEX #C93304 Harley Davidson Orange

📋 copy color: '#C93304'

red 201 ◦ green 51 ◦ blue 4

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

Shades of Harley Davidson Orange #C93304

Tints of Harley Davidson Orange #C93304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 78.52%
G = 19.92%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C93304 (or 0xC93304) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 04. RGB value is (201,51,4). Sum of RGB (Red+Green+Blue) = 201+51+4=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C93304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93304 is #36CCFB. Grayscale: #5A5A5A. Windows color (decimal): -3591420 or 275401. OLE color: 275401.

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

Color convert

RGB 201 51 4 -
CMYK 0 0.75 0.98 0.21
HSL 14.31º 0.96% 0.4% -
HSV(B) 14.31º 0.98% 0.79% -
XYZ 25.29 14.79 1.64 -
YUV 90.49 79.2 206.82 -
System Red Green Blue C M Y K H S L
Decimal 201 51 4 0 0.75 0.98 0.21 14.31 0.96 0.4
Hex C9 33 4 0 4B 62 15 E 60 28
Octal 311 63 4 0 113 142 25 16 140 50
Binary 11001001 110011 100 0 1001011 1100010 10101 1110 1100000 101000

Color Harmonies of #C93304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93304

Black with #C93304

Text Example


Text Example

White with #C93304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93304; }

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

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

background-color css

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

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

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

border-color css

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

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

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