Html Css Color HEX #C23730 Persian Red

📋 copy color: '#C23730'

red 194 ◦ green 55 ◦ blue 48

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

Shades of Persian Red #C23730

Tints of Persian Red #C23730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.52%

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

R = 65.32%
G = 18.52%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C23730 (or 0xC23730) is known color: Persian Red. HEX triplet: C2, 37 and 30. RGB value is (194,55,48). Sum of RGB (Red+Green+Blue) = 194+55+48=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C23730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23730 is #3DC8CF. Grayscale: #5F5F5F. Windows color (decimal): -4049104 or 3160002. OLE color: 3160002.

HSL color Cylindrical-coordinate representation of color #C23730: hue angle of 2.88º 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 #C23730 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 55 48 -
CMYK 0 0.72 0.75 0.24
HSL 2.88º 0.6% 0.47% -
HSV(B) 2.88º 0.75% 0.76% -
XYZ 24.15 14.42 4.31 -
YUV 95.76 101.05 198.07 -
System Red Green Blue C M Y K H S L
Decimal 194 55 48 0 0.72 0.75 0.24 2.88 0.6 0.47
Hex C2 37 30 0 48 4B 18 3 3C 2F
Octal 302 67 60 0 110 113 30 3 74 57
Binary 11000010 110111 110000 0 1001000 1001011 11000 11 111100 101111

Color Harmonies of #C23730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23730

Black with #C23730

Text Example


Text Example

White with #C23730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23730; }

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

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

background-color css

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

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

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

border-color css

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

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

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