Html Css Color HEX #C23B25 Harley Davidson Orange

📋 copy color: '#C23B25'

red 194 ◦ green 59 ◦ blue 37

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

Shades of Harley Davidson Orange #C23B25

Tints of Harley Davidson Orange #C23B25

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.34%

 BLUE value IS 37 (14.84% from 255) = 12.76%

R = 66.9%
G = 20.34%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C23B25 (or 0xC23B25) is known color: Harley Davidson Orange. HEX triplet: C2, 3B and 25. RGB value is (194,59,37). Sum of RGB (Red+Green+Blue) = 194+59+37=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23B25 is #3DC4DA. Grayscale: #616161. Windows color (decimal): -4048091 or 2440130. OLE color: 2440130.

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

Color convert

RGB 194 59 37 -
CMYK 0 0.70 0.81 0.24
HSL 8.41º 0.68% 0.45% -
HSV(B) 8.41º 0.81% 0.76% -
XYZ 24.15 14.73 3.32 -
YUV 96.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 194 59 37 0 0.70 0.81 0.24 8.41 0.68 0.45
Hex C2 3B 25 0 46 51 18 8 44 2D
Octal 302 73 45 0 106 121 30 10 104 55
Binary 11000010 111011 100101 0 1000110 1010001 11000 1000 1000100 101101

Color Harmonies of #C23B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23B25

Black with #C23B25

Text Example


Text Example

White with #C23B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23B25; }

 p { color: rgb(194,59,37); }

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

background-color css

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

 a { background-color: rgb(194,59,37); }

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

border-color css

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

 span { border-color: rgb(194,59,37); }

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