Html Css Color HEX #C23B2D Persian Red

📋 copy color: '#C23B2D'

red 194 ◦ green 59 ◦ blue 45

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

Shades of Persian Red #C23B2D

Tints of Persian Red #C23B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.1%

R = 65.1%
G = 19.8%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C23B2D (or 0xC23B2D) is known color: Persian Red. HEX triplet: C2, 3B and 2D. RGB value is (194,59,45). Sum of RGB (Red+Green+Blue) = 194+59+45=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23B2D is #3DC4D2. Grayscale: #616161. Windows color (decimal): -4048083 or 2964418. OLE color: 2964418.

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

Color convert

RGB 194 59 45 -
CMYK 0 0.70 0.77 0.24
HSL 5.64º 0.62% 0.47% -
HSV(B) 5.64º 0.77% 0.76% -
XYZ 24.29 14.79 4.06 -
YUV 97.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 194 59 45 0 0.70 0.77 0.24 5.64 0.62 0.47
Hex C2 3B 2D 0 46 4D 18 6 3E 2F
Octal 302 73 55 0 106 115 30 6 76 57
Binary 11000010 111011 101101 0 1000110 1001101 11000 110 111110 101111

Color Harmonies of #C23B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23B2D

Black with #C23B2D

Text Example


Text Example

White with #C23B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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