Html Css Color HEX #C23F21 Harley Davidson Orange

📋 copy color: '#C23F21'

red 194 ◦ green 63 ◦ blue 33

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

Shades of Harley Davidson Orange #C23F21

Tints of Harley Davidson Orange #C23F21

RGB

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

 GREEN value IS 63 (25% from 255) = 21.72%

 BLUE value IS 33 (13.28% from 255) = 11.38%

R = 66.9%
G = 21.72%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C23F21 (or 0xC23F21) is known color: Harley Davidson Orange. HEX triplet: C2, 3F and 21. RGB value is (194,63,33). Sum of RGB (Red+Green+Blue) = 194+63+33=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23F21 is #3DC0DE. Grayscale: #626262. Windows color (decimal): -4047071 or 2179010. OLE color: 2179010.

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

Color convert

RGB 194 63 33 -
CMYK 0 0.68 0.83 0.24
HSL 11.18º 0.71% 0.45% -
HSV(B) 11.18º 0.83% 0.76% -
XYZ 24.3 15.13 3.08 -
YUV 98.75 90.9 195.94 -
System Red Green Blue C M Y K H S L
Decimal 194 63 33 0 0.68 0.83 0.24 11.18 0.71 0.45
Hex C2 3F 21 0 44 53 18 B 47 2D
Octal 302 77 41 0 104 123 30 13 107 55
Binary 11000010 111111 100001 0 1000100 1010011 11000 1011 1000111 101101

Color Harmonies of #C23F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F21

Black with #C23F21

Text Example


Text Example

White with #C23F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F21; }

 p { color: rgb(194,63,33); }

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

background-color css

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

 a { background-color: rgb(194,63,33); }

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

border-color css

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

 span { border-color: rgb(194,63,33); }

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