Html Css Color HEX #CB3D33 Persian Red

📋 copy color: '#CB3D33'

red 203 ◦ green 61 ◦ blue 51

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

Shades of Persian Red #CB3D33

Tints of Persian Red #CB3D33

RGB

 RED value IS 203 (79.69% from 255) = 64.44%

 GREEN value IS 61 (24.22% from 255) = 19.37%

 BLUE value IS 51 (20.31% from 255) = 16.19%

R = 64.44%
G = 19.37%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB3D33 (or 0xCB3D33) is known color: Persian Red. HEX triplet: CB, 3D and 33. RGB value is (203,61,51). Sum of RGB (Red+Green+Blue) = 203+61+51=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3D33 is #34C2CC. Grayscale: #666666. Windows color (decimal): -3457741 or 3358155. OLE color: 3358155.

HSL color Cylindrical-coordinate representation of color #CB3D33: hue angle of 3.95º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3D33 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 61 51 -
CMYK 0 0.70 0.75 0.20
HSL 3.95º 0.6% 0.5% -
HSV(B) 3.95º 0.75% 0.8% -
XYZ 26.89 16.27 4.86 -
YUV 102.32 99.04 199.81 -
System Red Green Blue C M Y K H S L
Decimal 203 61 51 0 0.70 0.75 0.20 3.95 0.6 0.5
Hex CB 3D 33 0 46 4B 14 4 3C 32
Octal 313 75 63 0 106 113 24 4 74 62
Binary 11001011 111101 110011 0 1000110 1001011 10100 100 111100 110010

Color Harmonies of #CB3D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3D33

Black with #CB3D33

Text Example


Text Example

White with #CB3D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3D33; }

 p { color: rgb(203,61,51); }

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

background-color css

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

 a { background-color: rgb(203,61,51); }

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

border-color css

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

 span { border-color: rgb(203,61,51); }

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