Html Css Color HEX #C23E23 Harley Davidson Orange

📋 copy color: '#C23E23'

red 194 ◦ green 62 ◦ blue 35

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

Shades of Harley Davidson Orange #C23E23

Tints of Harley Davidson Orange #C23E23

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.31%

 BLUE value IS 35 (14.06% from 255) = 12.03%

R = 66.67%
G = 21.31%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C23E23 (or 0xC23E23) is known color: Harley Davidson Orange. HEX triplet: C2, 3E and 23. RGB value is (194,62,35). Sum of RGB (Red+Green+Blue) = 194+62+35=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23E23 is #3DC1DC. Grayscale: #626262. Windows color (decimal): -4047325 or 2309826. OLE color: 2309826.

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

Color convert

RGB 194 62 35 -
CMYK 0 0.68 0.82 0.24
HSL 10.19º 0.69% 0.45% -
HSV(B) 10.19º 0.82% 0.76% -
XYZ 24.27 15.04 3.21 -
YUV 98.39 92.23 196.2 -
System Red Green Blue C M Y K H S L
Decimal 194 62 35 0 0.68 0.82 0.24 10.19 0.69 0.45
Hex C2 3E 23 0 44 52 18 A 45 2D
Octal 302 76 43 0 104 122 30 12 105 55
Binary 11000010 111110 100011 0 1000100 1010010 11000 1010 1000101 101101

Color Harmonies of #C23E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E23

Black with #C23E23

Text Example


Text Example

White with #C23E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E23; }

 p { color: rgb(194,62,35); }

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

background-color css

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

 a { background-color: rgb(194,62,35); }

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

border-color css

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

 span { border-color: rgb(194,62,35); }

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