Html Css Color HEX #C23012 Harley Davidson Orange

📋 copy color: '#C23012'

red 194 ◦ green 48 ◦ blue 18

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

Shades of Harley Davidson Orange #C23012

Tints of Harley Davidson Orange #C23012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.92%

R = 74.62%
G = 18.46%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C23012 (or 0xC23012) is known color: Harley Davidson Orange. HEX triplet: C2, 30 and 12. RGB value is (194,48,18). Sum of RGB (Red+Green+Blue) = 194+48+18=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C23012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23012 is #3DCFED. Grayscale: #585858. Windows color (decimal): -4050926 or 1192130. OLE color: 1192130.

HSL color Cylindrical-coordinate representation of color #C23012: hue angle of 10.23º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C23012 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 18 -
CMYK 0 0.75 0.91 0.24
HSL 10.23º 0.83% 0.42% -
HSV(B) 10.23º 0.91% 0.76% -
XYZ 23.41 13.63 1.97 -
YUV 88.23 88.37 203.44 -
System Red Green Blue C M Y K H S L
Decimal 194 48 18 0 0.75 0.91 0.24 10.23 0.83 0.42
Hex C2 30 12 0 4B 5B 18 A 53 2A
Octal 302 60 22 0 113 133 30 12 123 52
Binary 11000010 110000 10010 0 1001011 1011011 11000 1010 1010011 101010

Color Harmonies of #C23012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23012

Black with #C23012

Text Example


Text Example

White with #C23012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23012; }

 p { color: rgb(194,48,18); }

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

background-color css

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

 a { background-color: rgb(194,48,18); }

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

border-color css

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

 span { border-color: rgb(194,48,18); }

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