Html Css Color HEX #CB3838 Persian Red

📋 copy color: '#CB3838'

red 203 ◦ green 56 ◦ blue 56

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

Shades of Persian Red #CB3838

Tints of Persian Red #CB3838

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

 BLUE value IS 56 (22.27% from 255) = 17.78%

R = 64.44%
G = 17.78%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB3838 (or 0xCB3838) is known color: Persian Red. HEX triplet: CB, 38 and 38. RGB value is (203,56,56). Sum of RGB (Red+Green+Blue) = 203+56+56=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3838 is #34C7C7. Grayscale: #646464. Windows color (decimal): -3459016 or 3684555. OLE color: 3684555.

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

Color convert

RGB 203 56 56 -
CMYK 0 0.72 0.72 0.20
HSL 0.59% 0.51% -
HSV(B) 0.72% 0.8% -
XYZ 26.76 15.81 5.38 -
YUV 99.95 103.2 201.5 -
System Red Green Blue C M Y K H S L
Decimal 203 56 56 0 0.72 0.72 0.20 0 0.59 0.51
Hex CB 38 38 0 48 48 14 0 3B 33
Octal 313 70 70 0 110 110 24 0 73 63
Binary 11001011 111000 111000 0 1001000 1001000 10100 0 111011 110011

Color Harmonies of #CB3838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3838

Black with #CB3838

Text Example


Text Example

White with #CB3838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3838; }

 p { color: rgb(203,56,56); }

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

background-color css

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

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

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

border-color css

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

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

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