Html Css Color HEX #C93022 Harley Davidson Orange

📋 copy color: '#C93022'

red 201 ◦ green 48 ◦ blue 34

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

Shades of Harley Davidson Orange #C93022

Tints of Harley Davidson Orange #C93022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

 BLUE value IS 34 (13.67% from 255) = 12.01%

R = 71.02%
G = 16.96%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C93022 (or 0xC93022) is known color: Harley Davidson Orange. HEX triplet: C9, 30 and 22. RGB value is (201,48,34). Sum of RGB (Red+Green+Blue) = 201+48+34=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C93022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93022 is #36CFDD. Grayscale: #5C5C5C. Windows color (decimal): -3592158 or 2240713. OLE color: 2240713.

HSL color Cylindrical-coordinate representation of color #C93022: hue angle of 5.03º degrees, saturation: 0.71, 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 #C93022 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 48 34 -
CMYK 0 0.76 0.83 0.21
HSL 5.03º 0.71% 0.46% -
HSV(B) 5.03º 0.83% 0.79% -
XYZ 25.43 14.65 3 -
YUV 92.15 95.19 205.64 -
System Red Green Blue C M Y K H S L
Decimal 201 48 34 0 0.76 0.83 0.21 5.03 0.71 0.46
Hex C9 30 22 0 4C 53 15 5 47 2E
Octal 311 60 42 0 114 123 25 5 107 56
Binary 11001001 110000 100010 0 1001100 1010011 10101 101 1000111 101110

Color Harmonies of #C93022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93022

Black with #C93022

Text Example


Text Example

White with #C93022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93022; }

 p { color: rgb(201,48,34); }

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

background-color css

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

 a { background-color: rgb(201,48,34); }

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

border-color css

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

 span { border-color: rgb(201,48,34); }

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