Html Css Color HEX #C23E3D Persian Red

📋 copy color: '#C23E3D'

red 194 ◦ green 62 ◦ blue 61

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

Shades of Persian Red #C23E3D

Tints of Persian Red #C23E3D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.56%

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 61.2%
G = 19.56%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C23E3D (or 0xC23E3D) is known color: Persian Red. HEX triplet: C2, 3E and 3D. RGB value is (194,62,61). Sum of RGB (Red+Green+Blue) = 194+62+61=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23E3D is #3DC1C2. Grayscale: #656565. Windows color (decimal): -4047299 or 4013762. OLE color: 4013762.

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

Color convert

RGB 194 62 61 -
CMYK 0 0.68 0.69 0.24
HSL 0.45º 0.52% 0.5% -
HSV(B) 0.45º 0.69% 0.76% -
XYZ 24.81 15.25 6.05 -
YUV 101.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 194 62 61 0 0.68 0.69 0.24 0.45 0.52 0.5
Hex C2 3E 3D 0 44 45 18 0 34 32
Octal 302 76 75 0 104 105 30 0 64 62
Binary 11000010 111110 111101 0 1000100 1000101 11000 0 110100 110010

Color Harmonies of #C23E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E3D

Black with #C23E3D

Text Example


Text Example

White with #C23E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E3D; }

 p { color: rgb(194,62,61); }

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

background-color css

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

 a { background-color: rgb(194,62,61); }

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

border-color css

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

 span { border-color: rgb(194,62,61); }

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