Html Css Color HEX #CE342B Persian Red

📋 copy color: '#CE342B'

red 206 ◦ green 52 ◦ blue 43

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

Shades of Persian Red #CE342B

Tints of Persian Red #CE342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.28%

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 68.44%
G = 17.28%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE342B (or 0xCE342B) is known color: Persian Red. HEX triplet: CE, 34 and 2B. RGB value is (206,52,43). Sum of RGB (Red+Green+Blue) = 206+52+43=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE342B is #31CBD4. Grayscale: #616161. Windows color (decimal): -3263445 or 2831566. OLE color: 2831566.

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

Color convert

RGB 206 52 43 -
CMYK 0 0.75 0.79 0.19
HSL 3.31º 0.65% 0.49% -
HSV(B) 3.31º 0.79% 0.81% -
XYZ 27.12 15.75 3.9 -
YUV 97.02 97.52 205.73 -
System Red Green Blue C M Y K H S L
Decimal 206 52 43 0 0.75 0.79 0.19 3.31 0.65 0.49
Hex CE 34 2B 0 4B 4F 13 3 41 31
Octal 316 64 53 0 113 117 23 3 101 61
Binary 11001110 110100 101011 0 1001011 1001111 10011 11 1000001 110001

Color Harmonies of #CE342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE342B

Black with #CE342B

Text Example


Text Example

White with #CE342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE342B; }

 p { color: rgb(206,52,43); }

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

background-color css

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

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

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

border-color css

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

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

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