Html Css Color HEX #C23000 Harley Davidson Orange

📋 copy color: '#C23000'

red 194 ◦ green 48 ◦ blue 0

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

Shades of Harley Davidson Orange #C23000

Tints of Harley Davidson Orange #C23000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.17%
G = 19.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C23000 (or 0xC23000) is known color: Harley Davidson Orange. HEX triplet: C2, 30 and 00. RGB value is (194,48,0). Sum of RGB (Red+Green+Blue) = 194+48+0=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C23000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23000 is #3DCFFF. Grayscale: #565656. Windows color (decimal): -4050944 or 12482. OLE color: 12482.

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

Color convert

RGB 194 48 0 -
CMYK 0 0.75 1 0.24
HSL 14.85º 1% 0.38% -
HSV(B) 14.85º 1% 0.76% -
XYZ 23.31 13.58 1.39 -
YUV 86.18 79.37 204.9 -
System Red Green Blue C M Y K H S L
Decimal 194 48 0 0 0.75 1 0.24 14.85 1 0.38
Hex C2 30 0 0 4B 64 18 F 64 26
Octal 302 60 0 0 113 144 30 17 144 46
Binary 11000010 110000 0 0 1001011 1100100 11000 1111 1100100 100110

Color Harmonies of #C23000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23000

Black with #C23000

Text Example


Text Example

White with #C23000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23000; }

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

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

background-color css

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

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

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

border-color css

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

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

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