Html Css Color HEX #C23428 Persian Red

📋 copy color: '#C23428'

red 194 ◦ green 52 ◦ blue 40

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

Shades of Persian Red #C23428

Tints of Persian Red #C23428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.18%

 BLUE value IS 40 (16.02% from 255) = 13.99%

R = 67.83%
G = 18.18%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C23428 (or 0xC23428) is known color: Persian Red. HEX triplet: C2, 34 and 28. RGB value is (194,52,40). Sum of RGB (Red+Green+Blue) = 194+52+40=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C23428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23428 is #3DCBD7. Grayscale: #5D5D5D. Windows color (decimal): -4049880 or 2634946. OLE color: 2634946.

HSL color Cylindrical-coordinate representation of color #C23428: hue angle of 4.68º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C23428 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 52 40 -
CMYK 0 0.73 0.79 0.24
HSL 4.68º 0.66% 0.46% -
HSV(B) 4.68º 0.79% 0.76% -
XYZ 23.86 14.08 3.47 -
YUV 93.09 98.04 199.98 -
System Red Green Blue C M Y K H S L
Decimal 194 52 40 0 0.73 0.79 0.24 4.68 0.66 0.46
Hex C2 34 28 0 49 4F 18 5 42 2E
Octal 302 64 50 0 111 117 30 5 102 56
Binary 11000010 110100 101000 0 1001001 1001111 11000 101 1000010 101110

Color Harmonies of #C23428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23428

Black with #C23428

Text Example


Text Example

White with #C23428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23428; }

 p { color: rgb(194,52,40); }

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

background-color css

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

 a { background-color: rgb(194,52,40); }

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

border-color css

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

 span { border-color: rgb(194,52,40); }

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