Html Css Color HEX #C22613 Harley Davidson Orange

📋 copy color: '#C22613'

red 194 ◦ green 38 ◦ blue 19

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

Shades of Harley Davidson Orange #C22613

Tints of Harley Davidson Orange #C22613

RGB

 RED value IS 194 (76.17% from 255) = 77.29%

 GREEN value IS 38 (15.23% from 255) = 15.14%

 BLUE value IS 19 (7.81% from 255) = 7.57%

R = 77.29%
G = 15.14%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C22613 (or 0xC22613) is known color: Harley Davidson Orange. HEX triplet: C2, 26 and 13. RGB value is (194,38,19). Sum of RGB (Red+Green+Blue) = 194+38+19=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C22613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22613 is #3DD9EC. Grayscale: #525252. Windows color (decimal): -4053485 or 1255106. OLE color: 1255106.

HSL color Cylindrical-coordinate representation of color #C22613: hue angle of 6.51º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C22613 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 38 19 -
CMYK 0 0.80 0.90 0.24
HSL 6.51º 0.82% 0.42% -
HSV(B) 6.51º 0.9% 0.76% -
XYZ 23.06 12.9 1.89 -
YUV 82.48 92.18 207.54 -
System Red Green Blue C M Y K H S L
Decimal 194 38 19 0 0.80 0.90 0.24 6.51 0.82 0.42
Hex C2 26 13 0 50 5A 18 7 52 2A
Octal 302 46 23 0 120 132 30 7 122 52
Binary 11000010 100110 10011 0 1010000 1011010 11000 111 1010010 101010

Color Harmonies of #C22613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22613

Black with #C22613

Text Example


Text Example

White with #C22613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22613; }

 p { color: rgb(194,38,19); }

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

background-color css

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

 a { background-color: rgb(194,38,19); }

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

border-color css

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

 span { border-color: rgb(194,38,19); }

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