Html Css Color HEX #C93A02 Harley Davidson Orange

📋 copy color: '#C93A02'

red 201 ◦ green 58 ◦ blue 2

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

Shades of Harley Davidson Orange #C93A02

Tints of Harley Davidson Orange #C93A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.22%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 77.01%
G = 22.22%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C93A02 (or 0xC93A02) is known color: Harley Davidson Orange. HEX triplet: C9, 3A and 02. RGB value is (201,58,2). Sum of RGB (Red+Green+Blue) = 201+58+2=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93A02 is #36C5FD. Grayscale: #5E5E5E. Windows color (decimal): -3589630 or 146121. OLE color: 146121.

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

Color convert

RGB 201 58 2 -
CMYK 0 0.71 0.99 0.21
HSL 16.88º 0.98% 0.4% -
HSV(B) 16.88º 0.99% 0.79% -
XYZ 25.61 15.45 1.69 -
YUV 94.37 75.88 204.05 -
System Red Green Blue C M Y K H S L
Decimal 201 58 2 0 0.71 0.99 0.21 16.88 0.98 0.4
Hex C9 3A 2 0 47 63 15 11 62 28
Octal 311 72 2 0 107 143 25 21 142 50
Binary 11001001 111010 10 0 1000111 1100011 10101 10001 1100010 101000

Color Harmonies of #C93A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A02

Black with #C93A02

Text Example


Text Example

White with #C93A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A02; }

 p { color: rgb(201,58,2); }

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

background-color css

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

 a { background-color: rgb(201,58,2); }

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

border-color css

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

 span { border-color: rgb(201,58,2); }

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