Html Css Color HEX #C23A35 Persian Red

📋 copy color: '#C23A35'

red 194 ◦ green 58 ◦ blue 53

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

Shades of Persian Red #C23A35

Tints of Persian Red #C23A35

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.02%

 BLUE value IS 53 (21.09% from 255) = 17.38%

R = 63.61%
G = 19.02%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C23A35 (or 0xC23A35) is known color: Persian Red. HEX triplet: C2, 3A and 35. RGB value is (194,58,53). Sum of RGB (Red+Green+Blue) = 194+58+53=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A35 is #3DC5CA. Grayscale: #626262. Windows color (decimal): -4048331 or 3488450. OLE color: 3488450.

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

Color convert

RGB 194 58 53 -
CMYK 0 0.70 0.73 0.24
HSL 2.13º 0.57% 0.48% -
HSV(B) 2.13º 0.73% 0.76% -
XYZ 24.4 14.75 4.93 -
YUV 98.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 194 58 53 0 0.70 0.73 0.24 2.13 0.57 0.48
Hex C2 3A 35 0 46 49 18 2 39 30
Octal 302 72 65 0 106 111 30 2 71 60
Binary 11000010 111010 110101 0 1000110 1001001 11000 10 111001 110000

Color Harmonies of #C23A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A35

Black with #C23A35

Text Example


Text Example

White with #C23A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A35; }

 p { color: rgb(194,58,53); }

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

background-color css

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

 a { background-color: rgb(194,58,53); }

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

border-color css

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

 span { border-color: rgb(194,58,53); }

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