Html Css Color HEX #CF2038 Cardinal

📋 copy color: '#CF2038'

red 207 ◦ green 32 ◦ blue 56

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

Shades of Cardinal #CF2038

Tints of Cardinal #CF2038

RGB

 RED value IS 207 (81.25% from 255) = 70.17%

 GREEN value IS 32 (12.89% from 255) = 10.85%

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

R = 70.17%
G = 10.85%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF2038 (or 0xCF2038) is known color: Cardinal. HEX triplet: CF, 20 and 38. RGB value is (207,32,56). Sum of RGB (Red+Green+Blue) = 207+32+56=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2038 is #30DFC7. Grayscale: #575757. Windows color (decimal): -3203016 or 3678415. OLE color: 3678415.

HSL color Cylindrical-coordinate representation of color #CF2038: hue angle of 351.77º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2038 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 32 56 -
CMYK 0 0.85 0.73 0.19
HSL 351.77º 0.73% 0.47% -
HSV(B) 351.77º 0.85% 0.81% -
XYZ 26.96 14.58 5.14 -
YUV 87.06 110.48 213.55 -
System Red Green Blue C M Y K H S L
Decimal 207 32 56 0 0.85 0.73 0.19 351.77 0.73 0.47
Hex CF 20 38 0 55 49 13 160 49 2F
Octal 317 40 70 0 125 111 23 540 111 57
Binary 11001111 100000 111000 0 1010101 1001001 10011 101100000 1001001 101111

Color Harmonies of #CF2038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2038

Black with #CF2038

Text Example


Text Example

White with #CF2038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2038; }

 p { color: rgb(207,32,56); }

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

background-color css

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

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

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

border-color css

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

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

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