Html Css Color HEX #C23D23 Harley Davidson Orange

📋 copy color: '#C23D23'

red 194 ◦ green 61 ◦ blue 35

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

Shades of Harley Davidson Orange #C23D23

Tints of Harley Davidson Orange #C23D23

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.03%

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

R = 66.9%
G = 21.03%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C23D23 (or 0xC23D23) is known color: Harley Davidson Orange. HEX triplet: C2, 3D and 23. RGB value is (194,61,35). Sum of RGB (Red+Green+Blue) = 194+61+35=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D23 is #3DC2DC. Grayscale: #626262. Windows color (decimal): -4047581 or 2309570. OLE color: 2309570.

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

Color convert

RGB 194 61 35 -
CMYK 0 0.69 0.82 0.24
HSL 9.81º 0.69% 0.45% -
HSV(B) 9.81º 0.82% 0.76% -
XYZ 24.22 14.93 3.19 -
YUV 97.8 92.56 196.61 -
System Red Green Blue C M Y K H S L
Decimal 194 61 35 0 0.69 0.82 0.24 9.81 0.69 0.45
Hex C2 3D 23 0 45 52 18 A 45 2D
Octal 302 75 43 0 105 122 30 12 105 55
Binary 11000010 111101 100011 0 1000101 1010010 11000 1010 1000101 101101

Color Harmonies of #C23D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23D23

Black with #C23D23

Text Example


Text Example

White with #C23D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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