Html Css Color HEX #C23833 Persian Red

📋 copy color: '#C23833'

red 194 ◦ green 56 ◦ blue 51

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

Shades of Persian Red #C23833

Tints of Persian Red #C23833

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

 BLUE value IS 51 (20.31% from 255) = 16.94%

R = 64.45%
G = 18.6%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C23833 (or 0xC23833) is known color: Persian Red. HEX triplet: C2, 38 and 33. RGB value is (194,56,51). Sum of RGB (Red+Green+Blue) = 194+56+51=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C23833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23833 is #3DC7CC. Grayscale: #606060. Windows color (decimal): -4048845 or 3356866. OLE color: 3356866.

HSL color Cylindrical-coordinate representation of color #C23833: hue angle of 2.1º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23833 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 56 51 -
CMYK 0 0.71 0.74 0.24
HSL 2.1º 0.58% 0.48% -
HSV(B) 2.1º 0.74% 0.76% -
XYZ 24.26 14.54 4.66 -
YUV 96.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 194 56 51 0 0.71 0.74 0.24 2.1 0.58 0.48
Hex C2 38 33 0 47 4A 18 2 3A 30
Octal 302 70 63 0 107 112 30 2 72 60
Binary 11000010 111000 110011 0 1000111 1001010 11000 10 111010 110000

Color Harmonies of #C23833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23833

Black with #C23833

Text Example


Text Example

White with #C23833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23833; }

 p { color: rgb(194,56,51); }

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

background-color css

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

 a { background-color: rgb(194,56,51); }

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

border-color css

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

 span { border-color: rgb(194,56,51); }

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