Html Css Color HEX #C23F3B Persian Red

📋 copy color: '#C23F3B'

red 194 ◦ green 63 ◦ blue 59

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

Shades of Persian Red #C23F3B

Tints of Persian Red #C23F3B

RGB

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

 GREEN value IS 63 (25% from 255) = 19.94%

 BLUE value IS 59 (23.44% from 255) = 18.67%

R = 61.39%
G = 19.94%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C23F3B (or 0xC23F3B) is known color: Persian Red. HEX triplet: C2, 3F and 3B. RGB value is (194,63,59). Sum of RGB (Red+Green+Blue) = 194+63+59=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23F3B is #3DC0C4. Grayscale: #656565. Windows color (decimal): -4047045 or 3882946. OLE color: 3882946.

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

Color convert

RGB 194 63 59 -
CMYK 0 0.68 0.70 0.24
HSL 1.78º 0.53% 0.5% -
HSV(B) 1.78º 0.7% 0.76% -
XYZ 24.82 15.34 5.79 -
YUV 101.71 103.9 193.83 -
System Red Green Blue C M Y K H S L
Decimal 194 63 59 0 0.68 0.70 0.24 1.78 0.53 0.5
Hex C2 3F 3B 0 44 46 18 2 35 32
Octal 302 77 73 0 104 106 30 2 65 62
Binary 11000010 111111 111011 0 1000100 1000110 11000 10 110101 110010

Color Harmonies of #C23F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F3B

Black with #C23F3B

Text Example


Text Example

White with #C23F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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