Html Css Color HEX #C23B23 Harley Davidson Orange

📋 copy color: '#C23B23'

red 194 ◦ green 59 ◦ blue 35

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

Shades of Harley Davidson Orange #C23B23

Tints of Harley Davidson Orange #C23B23

RGB

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

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

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

R = 67.36%
G = 20.49%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C23B23 (or 0xC23B23) is known color: Harley Davidson Orange. HEX triplet: C2, 3B and 23. RGB value is (194,59,35). Sum of RGB (Red+Green+Blue) = 194+59+35=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23B23 is #3DC4DC. Grayscale: #606060. Windows color (decimal): -4048093 or 2309058. OLE color: 2309058.

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

Color convert

RGB 194 59 35 -
CMYK 0 0.70 0.82 0.24
HSL 9.06º 0.69% 0.45% -
HSV(B) 9.06º 0.82% 0.76% -
XYZ 24.12 14.72 3.16 -
YUV 96.63 93.23 197.45 -
System Red Green Blue C M Y K H S L
Decimal 194 59 35 0 0.70 0.82 0.24 9.06 0.69 0.45
Hex C2 3B 23 0 46 52 18 9 45 2D
Octal 302 73 43 0 106 122 30 11 105 55
Binary 11000010 111011 100011 0 1000110 1010010 11000 1001 1000101 101101

Color Harmonies of #C23B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23B23

Black with #C23B23

Text Example


Text Example

White with #C23B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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