Html Css Color HEX #CE3A3A Persian Red

📋 copy color: '#CE3A3A'

red 206 ◦ green 58 ◦ blue 58

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

Shades of Persian Red #CE3A3A

Tints of Persian Red #CE3A3A

RGB

 RED value IS 206 (80.86% from 255) = 63.98%

 GREEN value IS 58 (23.05% from 255) = 18.01%

 BLUE value IS 58 (23.05% from 255) = 18.01%

R = 63.98%
G = 18.01%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE3A3A (or 0xCE3A3A) is known color: Persian Red. HEX triplet: CE, 3A and 3A. RGB value is (206,58,58). Sum of RGB (Red+Green+Blue) = 206+58+58=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A3A is #31C5C5. Grayscale: #666666. Windows color (decimal): -3261894 or 3816142. OLE color: 3816142.

HSL color Cylindrical-coordinate representation of color #CE3A3A: hue angle of 0º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3A3A is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 58 58 -
CMYK 0 0.72 0.72 0.19
HSL 0.6% 0.52% -
HSV(B) 0.72% 0.81% -
XYZ 27.73 16.45 5.72 -
YUV 102.25 103.03 202 -
System Red Green Blue C M Y K H S L
Decimal 206 58 58 0 0.72 0.72 0.19 0 0.6 0.52
Hex CE 3A 3A 0 48 48 13 0 3C 34
Octal 316 72 72 0 110 110 23 0 74 64
Binary 11001110 111010 111010 0 1001000 1001000 10011 0 111100 110100

Color Harmonies of #CE3A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A3A

Black with #CE3A3A

Text Example


Text Example

White with #CE3A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A3A; }

 p { color: rgb(206,58,58); }

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

background-color css

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

 a { background-color: rgb(206,58,58); }

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

border-color css

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

 span { border-color: rgb(206,58,58); }

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