Html Css Color HEX #CE413A Persian Red

📋 copy color: '#CE413A'

red 206 ◦ green 65 ◦ blue 58

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

Shades of Persian Red #CE413A

Tints of Persian Red #CE413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.76%

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

R = 62.61%
G = 19.76%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE413A (or 0xCE413A) is known color: Persian Red. HEX triplet: CE, 41 and 3A. RGB value is (206,65,58). Sum of RGB (Red+Green+Blue) = 206+65+58=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE413A is #31BEC5. Grayscale: #6A6A6A. Windows color (decimal): -3260102 or 3817934. OLE color: 3817934.

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

Color convert

RGB 206 65 58 -
CMYK 0 0.68 0.72 0.19
HSL 2.84º 0.6% 0.52% -
HSV(B) 2.84º 0.72% 0.81% -
XYZ 28.11 17.21 5.84 -
YUV 106.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 206 65 58 0 0.68 0.72 0.19 2.84 0.6 0.52
Hex CE 41 3A 0 44 48 13 3 3C 34
Octal 316 101 72 0 104 110 23 3 74 64
Binary 11001110 1000001 111010 0 1000100 1001000 10011 11 111100 110100

Color Harmonies of #CE413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE413A

Black with #CE413A

Text Example


Text Example

White with #CE413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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