Html Css Color HEX #C23A1F Harley Davidson Orange

📋 copy color: '#C23A1F'

red 194 ◦ green 58 ◦ blue 31

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

Shades of Harley Davidson Orange #C23A1F

Tints of Harley Davidson Orange #C23A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.49%

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 68.55%
G = 20.49%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C23A1F (or 0xC23A1F) is known color: Harley Davidson Orange. HEX triplet: C2, 3A and 1F. RGB value is (194,58,31). Sum of RGB (Red+Green+Blue) = 194+58+31=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A1F is #3DC5E0. Grayscale: #5F5F5F. Windows color (decimal): -4048353 or 2046658. OLE color: 2046658.

HSL color Cylindrical-coordinate representation of color #C23A1F: hue angle of 9.94º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C23A1F is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 58 31 -
CMYK 0 0.70 0.84 0.24
HSL 9.94º 0.72% 0.44% -
HSV(B) 9.94º 0.84% 0.76% -
XYZ 24.01 14.59 2.85 -
YUV 95.59 91.56 198.2 -
System Red Green Blue C M Y K H S L
Decimal 194 58 31 0 0.70 0.84 0.24 9.94 0.72 0.44
Hex C2 3A 1F 0 46 54 18 A 48 2C
Octal 302 72 37 0 106 124 30 12 110 54
Binary 11000010 111010 11111 0 1000110 1010100 11000 1010 1001000 101100

Color Harmonies of #C23A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A1F

Black with #C23A1F

Text Example


Text Example

White with #C23A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A1F; }

 p { color: rgb(194,58,31); }

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

background-color css

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

 a { background-color: rgb(194,58,31); }

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

border-color css

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

 span { border-color: rgb(194,58,31); }

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