Html Css Color HEX #CE433E Persian Red

📋 copy color: '#CE433E'

red 206 ◦ green 67 ◦ blue 62

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

Shades of Persian Red #CE433E

Tints of Persian Red #CE433E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 61.49%
G = 20%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE433E (or 0xCE433E) is known color: Persian Red. HEX triplet: CE, 43 and 3E. RGB value is (206,67,62). Sum of RGB (Red+Green+Blue) = 206+67+62=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE433E is #31BCC1. Grayscale: #6C6C6C. Windows color (decimal): -3259586 or 4080590. OLE color: 4080590.

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

Color convert

RGB 206 67 62 -
CMYK 0 0.67 0.70 0.19
HSL 2.08º 0.6% 0.53% -
HSV(B) 2.08º 0.7% 0.81% -
XYZ 28.33 17.48 6.44 -
YUV 107.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 206 67 62 0 0.67 0.70 0.19 2.08 0.6 0.53
Hex CE 43 3E 0 43 46 13 2 3C 35
Octal 316 103 76 0 103 106 23 2 74 65
Binary 11001110 1000011 111110 0 1000011 1000110 10011 10 111100 110101

Color Harmonies of #CE433E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE433E

Black with #CE433E

Text Example


Text Example

White with #CE433E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE433E; }

 p { color: rgb(206,67,62); }

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

background-color css

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

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

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

border-color css

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

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

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