Html Css Color HEX #C23130 Persian Red

📋 copy color: '#C23130'

red 194 ◦ green 49 ◦ blue 48

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

Shades of Persian Red #C23130

Tints of Persian Red #C23130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.84%

 BLUE value IS 48 (19.14% from 255) = 16.49%

R = 66.67%
G = 16.84%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C23130 (or 0xC23130) is known color: Persian Red. HEX triplet: C2, 31 and 30. RGB value is (194,49,48). Sum of RGB (Red+Green+Blue) = 194+49+48=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C23130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23130 is #3DCECF. Grayscale: #5C5C5C. Windows color (decimal): -4050640 or 3158466. OLE color: 3158466.

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

Color convert

RGB 194 49 48 -
CMYK 0 0.75 0.75 0.24
HSL 0.41º 0.6% 0.47% -
HSV(B) 0.41º 0.75% 0.76% -
XYZ 23.88 13.88 4.22 -
YUV 92.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 194 49 48 0 0.75 0.75 0.24 0.41 0.6 0.47
Hex C2 31 30 0 4B 4B 18 0 3C 2F
Octal 302 61 60 0 113 113 30 0 74 57
Binary 11000010 110001 110000 0 1001011 1001011 11000 0 111100 101111

Color Harmonies of #C23130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23130

Black with #C23130

Text Example


Text Example

White with #C23130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23130; }

 p { color: rgb(194,49,48); }

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

background-color css

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

 a { background-color: rgb(194,49,48); }

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

border-color css

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

 span { border-color: rgb(194,49,48); }

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