Html Css Color HEX #C23C1F Harley Davidson Orange

📋 copy color: '#C23C1F'

red 194 ◦ green 60 ◦ blue 31

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

Shades of Harley Davidson Orange #C23C1F

Tints of Harley Davidson Orange #C23C1F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.05%

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

R = 68.07%
G = 21.05%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C23C1F (or 0xC23C1F) is known color: Harley Davidson Orange. HEX triplet: C2, 3C and 1F. RGB value is (194,60,31). Sum of RGB (Red+Green+Blue) = 194+60+31=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C1F is #3DC3E0. Grayscale: #616161. Windows color (decimal): -4047841 or 2047170. OLE color: 2047170.

HSL color Cylindrical-coordinate representation of color #C23C1F: hue angle of 10.67º 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 #C23C1F is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 60 31 -
CMYK 0 0.69 0.84 0.24
HSL 10.67º 0.72% 0.44% -
HSV(B) 10.67º 0.84% 0.76% -
XYZ 24.11 14.8 2.88 -
YUV 96.76 90.89 197.36 -
System Red Green Blue C M Y K H S L
Decimal 194 60 31 0 0.69 0.84 0.24 10.67 0.72 0.44
Hex C2 3C 1F 0 45 54 18 B 48 2C
Octal 302 74 37 0 105 124 30 13 110 54
Binary 11000010 111100 11111 0 1000101 1010100 11000 1011 1001000 101100

Color Harmonies of #C23C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C1F

Black with #C23C1F

Text Example


Text Example

White with #C23C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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