Html Css Color HEX #CB043C Crimson

📋 copy color: '#CB043C'

red 203 ◦ green 4 ◦ blue 60

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

Shades of Crimson #CB043C

Tints of Crimson #CB043C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

 BLUE value IS 60 (23.83% from 255) = 22.47%

R = 76.03%
G = 1.5%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB043C (or 0xCB043C) is known color: Crimson. HEX triplet: CB, 04 and 3C. RGB value is (203,4,60). Sum of RGB (Red+Green+Blue) = 203+4+60=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB043C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB043C is #34FBC3. Grayscale: #454545. Windows color (decimal): -3472324 or 3933387. OLE color: 3933387.

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

Color convert

RGB 203 4 60 -
CMYK 0 0.98 0.70 0.20
HSL 343.12º 0.96% 0.41% -
HSV(B) 343.12º 0.98% 0.8% -
XYZ 25.49 13.11 5.46 -
YUV 69.89 122.43 222.95 -
System Red Green Blue C M Y K H S L
Decimal 203 4 60 0 0.98 0.70 0.20 343.12 0.96 0.41
Hex CB 4 3C 0 62 46 14 157 60 29
Octal 313 4 74 0 142 106 24 527 140 51
Binary 11001011 100 111100 0 1100010 1000110 10100 101010111 1100000 101001

Color Harmonies of #CB043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB043C

Black with #CB043C

Text Example


Text Example

White with #CB043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB043C; }

 p { color: rgb(203,4,60); }

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

background-color css

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

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

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

border-color css

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

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

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