Html Css Color HEX #CC433D Persian Red

📋 copy color: '#CC433D'

red 204 ◦ green 67 ◦ blue 61

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

Shades of Persian Red #CC433D

Tints of Persian Red #CC433D

RGB

 RED value IS 204 (80.08% from 255) = 61.45%

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

 BLUE value IS 61 (24.22% from 255) = 18.37%

R = 61.45%
G = 20.18%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC433D (or 0xCC433D) is known color: Persian Red. HEX triplet: CC, 43 and 3D. RGB value is (204,67,61). Sum of RGB (Red+Green+Blue) = 204+67+61=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC433D is #33BCC2. Grayscale: #6B6B6B. Windows color (decimal): -3390659 or 4015052. OLE color: 4015052.

HSL color Cylindrical-coordinate representation of color #CC433D: hue angle of 2.52º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC433D is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 67 61 -
CMYK 0 0.67 0.70 0.2
HSL 2.52º 0.58% 0.52% -
HSV(B) 2.52º 0.7% 0.8% -
XYZ 27.75 17.19 6.27 -
YUV 107.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 204 67 61 0 0.67 0.70 0.2 2.52 0.58 0.52
Hex CC 43 3D 0 43 46 14 3 3A 34
Octal 314 103 75 0 103 106 24 3 72 64
Binary 11001100 1000011 111101 0 1000011 1000110 10100 11 111010 110100

Color Harmonies of #CC433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC433D

Black with #CC433D

Text Example


Text Example

White with #CC433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC433D; }

 p { color: rgb(204,67,61); }

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

background-color css

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

 a { background-color: rgb(204,67,61); }

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

border-color css

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

 span { border-color: rgb(204,67,61); }

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