Html Css Color HEX #CE352A Persian Red

📋 copy color: '#CE352A'

red 206 ◦ green 53 ◦ blue 42

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

Shades of Persian Red #CE352A

Tints of Persian Red #CE352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

 BLUE value IS 42 (16.8% from 255) = 13.95%

R = 68.44%
G = 17.61%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE352A (or 0xCE352A) is known color: Persian Red. HEX triplet: CE, 35 and 2A. RGB value is (206,53,42). Sum of RGB (Red+Green+Blue) = 206+53+42=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE352A is #31CAD5. Grayscale: #616161. Windows color (decimal): -3263190 or 2766286. OLE color: 2766286.

HSL color Cylindrical-coordinate representation of color #CE352A: hue angle of 4.02º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE352A is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 53 42 -
CMYK 0 0.74 0.80 0.19
HSL 4.02º 0.66% 0.49% -
HSV(B) 4.02º 0.8% 0.81% -
XYZ 27.14 15.84 3.82 -
YUV 97.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 206 53 42 0 0.74 0.80 0.19 4.02 0.66 0.49
Hex CE 35 2A 0 4A 50 13 4 42 31
Octal 316 65 52 0 112 120 23 4 102 61
Binary 11001110 110101 101010 0 1001010 1010000 10011 100 1000010 110001

Color Harmonies of #CE352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE352A

Black with #CE352A

Text Example


Text Example

White with #CE352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE352A; }

 p { color: rgb(206,53,42); }

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

background-color css

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

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

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

border-color css

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

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

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