Html Css Color HEX #C23D13 Harley Davidson Orange

📋 copy color: '#C23D13'

red 194 ◦ green 61 ◦ blue 19

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

Shades of Harley Davidson Orange #C23D13

Tints of Harley Davidson Orange #C23D13

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.26%

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

R = 70.8%
G = 22.26%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C23D13 (or 0xC23D13) is known color: Harley Davidson Orange. HEX triplet: C2, 3D and 13. RGB value is (194,61,19). Sum of RGB (Red+Green+Blue) = 194+61+19=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23D13 is #3DC2EC. Grayscale: #606060. Windows color (decimal): -4047597 or 1260994. OLE color: 1260994.

HSL color Cylindrical-coordinate representation of color #C23D13: hue angle of 14.4º 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 #C23D13 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 61 19 -
CMYK 0 0.69 0.90 0.24
HSL 14.4º 0.82% 0.42% -
HSV(B) 14.4º 0.9% 0.76% -
XYZ 24.03 14.85 2.22 -
YUV 95.98 84.56 197.92 -
System Red Green Blue C M Y K H S L
Decimal 194 61 19 0 0.69 0.90 0.24 14.4 0.82 0.42
Hex C2 3D 13 0 45 5A 18 E 52 2A
Octal 302 75 23 0 105 132 30 16 122 52
Binary 11000010 111101 10011 0 1000101 1011010 11000 1110 1010010 101010

Color Harmonies of #C23D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23D13

Black with #C23D13

Text Example


Text Example

White with #C23D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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