Html Css Color HEX #C1230D Harley Davidson Orange

📋 copy color: '#C1230D'

red 193 ◦ green 35 ◦ blue 13

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

Shades of Harley Davidson Orange #C1230D

Tints of Harley Davidson Orange #C1230D

RGB

 RED value IS 193 (75.78% from 255) = 80.08%

 GREEN value IS 35 (14.06% from 255) = 14.52%

 BLUE value IS 13 (5.47% from 255) = 5.39%

R = 80.08%
G = 14.52%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1230D (or 0xC1230D) is known color: Harley Davidson Orange. HEX triplet: C1, 23 and 0D. RGB value is (193,35,13). Sum of RGB (Red+Green+Blue) = 193+35+13=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C1230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1230D is #3EDCF2. Grayscale: #4F4F4F. Windows color (decimal): -4119795 or 861121. OLE color: 861121.

HSL color Cylindrical-coordinate representation of color #C1230D: hue angle of 7.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1230D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 35 13 -
CMYK 0 0.82 0.93 0.24
HSL 7.33º 0.87% 0.4% -
HSV(B) 7.33º 0.93% 0.76% -
XYZ 22.67 12.57 1.61 -
YUV 79.73 90.35 208.79 -
System Red Green Blue C M Y K H S L
Decimal 193 35 13 0 0.82 0.93 0.24 7.33 0.87 0.4
Hex C1 23 D 0 52 5D 18 7 57 28
Octal 301 43 15 0 122 135 30 7 127 50
Binary 11000001 100011 1101 0 1010010 1011101 11000 111 1010111 101000

Color Harmonies of #C1230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1230D

Black with #C1230D

Text Example


Text Example

White with #C1230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1230D; }

 p { color: rgb(193,35,13); }

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

background-color css

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

 a { background-color: rgb(193,35,13); }

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

border-color css

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

 span { border-color: rgb(193,35,13); }

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